我在ubuntu代码上安装了ntp服务器:
aptitude update
aptitude -y upgrade
aptitude install ntp获得误差
ntp: depend libopts25 (>= 1:5.18) which is a virtual package请帮帮我。
发布于 2016-08-23 07:42:07
可以使用以下命令安装ntp服务器:
如果您使用的是ubuntu服务器,请使用sudo apt-get install ntp。
如果您正在使用centos或RHEL,那么使用sudo yum install ntp。
如果此操作不起作用,请尝试更新源列表回购。
https://askubuntu.com/questions/675441
复制相似问题