Ubuntu – Unable to locate ntpd package

ntp

I am trying to install ntp for my server. However, on running sudo apt-get install ntpd
i get the response Unable to locate package ntpd. I have run sudo apt-get update and the problem still remains

Best Answer

Install ntp server

Type the following command:

apt-get install ntp
Related Question