Ubuntu : 解决更新时出现 Unable to locate package update(

时间:2021-08-08 06:37:11

Ubuntu : 解决更新时出现 Unable to locate package update

尤其是在Ubuntu 安装openssh-server  时,会出现Unable to locate package update  

解决方法:

先更新apt-get
#sudo apt-get update
执行完后,问题就解决了。

继续更新:
#sudo  apt-get  upgrade

然后就可以安装自己想安装的软件:
1、安装apache:
#sudo  apt-get  install  apache2

2、安装mysql:
#sudo  apt-get  install  mysql-server  mysql-client

3、安装SSH:
#sudo  apt-get  install  openssh-server  openssh-client

相关文章