我曾在亚马逊的 Web 服务(AWS)上尝试过一些标准的 Ubuntu 实例,但是我使用 apt-get 找不到 apache 包。
谢谢,艾丹。
答案1
您找过吗apache2
?
http://packages.ubuntu.com/search?keywords=apache2
一般来说,如果您不知道包的确切名称,请使用以下命令查找包apt-cache search
:
apt-cache search apache
因此对于您来说,我相当确定您想要的是:
apt-get install apache2