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-cache search apache
aptitude search apache

但是,apache2 是正确的软件包。您应该执行sudo apt-get update,如果无法解决问题,请检查您的/etc/apt/sources.list。(如果您无法弄清楚,请将其发布到 pastebin.com 并给我们链接。)

相关内容