I want to install ntpstat in Ubuntu for checking if NTP is working.
Asked
Active
Viewed 1.4k times
3 Answers
6
If you are using Ubuntu 15.04 Vivid it is now packaged and installable using the following command:
sudo apt-get install ntpstat
If you are using 14.10 or older you can try downloading the package from:
http://packages.ubuntu.com/vivid/ntpstat
and install the deb file using the following command (using the appropiate file path and 64/32bit version in the file name):
sudo dpkg -i ntpstat_0.0.0.1-1_amd64.deb
I tested the above method for 14.10 and ntpstat did not pull in any extra dependancies for me, but YMMV.

NGRhodes
- 9,490