sntp
Network Time Protocol - sntp client
Install
- All systems
-
curl cmd.cat/sntp.sh
- Debian
-
apt-get install sntp
- Ubuntu
-
apt-get install sntp
- Arch Linux
-
pacman -S sntp
- Kali Linux
-
apt-get install sntp
- CentOS
-
yum install sntp
- Fedora
-
dnf install sntp
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install sntp
- Raspbian
-
apt-get install sntp
- Dockerfile
- dockerfile.run/sntp
sntp
Network Time Protocol - sntp client
NTP, the Network Time Protocol, is used to keep computer clocks accurate by synchronizing them over the Internet or a local network, or by following an accurate hardware receiver that interprets GPS, DCF-77, NIST or similar time signals. sntp can be used as an SNTP client to query a NTP or SNTP server and either display the time or set the local system's time. It is not sufficient, however, for maintaining an accurate clock in the long run.
ntp
Network Time Protocol daemon and utility programs
NTP, the Network Time Protocol, is used to keep computer clocks accurate by synchronizing them over the Internet or a local network, or by following an accurate hardware receiver that interprets GPS, DCF-77, NIST or similar time signals. This package contains the NTP daemon and utility programs. An NTP daemon needs to be running on each host that is to have its clock accuracy controlled by NTP. The same NTP daemon is also used to provide NTP service to other hosts. For more information about the NTP protocol and NTP server configuration and operation, install the package "ntp-doc".