sudo apt-get install apache2 无法获取 apache

sudo apt-get install apache2 无法获取 apache

尝试一下sudo apt-get install apache2,这就是我得到的:

root@x27:/home/test# sudo apt-get install apache2
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Couldn't find package apache2

感谢您对使用 apt-get 来使用 apache 的帮助。

答案1

先尝试跑步apt-get update

答案2

查找软件包的一个好技巧:

apt-cache search KEYWORD | grep KEYWORD

例如apt-cache search mysql | grep mysql

apt-cache search有时会产生很大的噪音,这就是我使用 grep 管道的原因。

相关内容