RockyLinux8作为Centos8的替代品,与RHEL8完全兼容,同样在RockyLinux8中也弃用了ntpdate软件包,官方建议使用chrony来替代,对于习惯ntp的使用着来说,可能不太习惯。
本文通过wlnmp一键安装包提供的源来安装ntp包。
添加RockyLinux8 wlnmp源
curl -fsSL "https://sh.wlnmp.com/wlnmp.sh" | bash
|---|----------------------------------------------------| | 1 | curl -fsSL "https://sh.wlnmp.com/wlnmp.sh" | bash |
安装ntp服务
yum install wntp
|---|------------------| | 1 | yum install wntp |
时间同步阿里云时间源
ntpdate ntp1.aliyun.com
|---|-------------------------| | 1 | ntpdate ntp1.aliyun.com |