如何在Ubuntu中从存储库安装特定的Nginx版本?

时间:2014-05-12 06:15:42

标签: ubuntu nginx repository apt-get

我最近编写了我的ubuntu机器,现在无法在其上重新安装Nginx。在格式化之前,我正在运行nginx-1.4.7。我使用以下命令从nginx存储库安装了它:

sudo add-apt-repository ppa:nginx/stable
sudo apt-get update
sudo apt-get -f install nginx

但是现在最新的nginx稳定版本是1.6.0,我无法正常运行它。它给了我重复的服务器错误。最后我决定安装1.4.7,但现在上面的命令只会安装1.6.0。如何再次安装1.4.7

我使用以下命令卸载nginx:

sudo apt-get autoremove nginx
sudo apt-get --purge remove nginx
sudo apt-get autoremove && sudo apt-get autoclean
sudo find / | grep nginx | sudo xargs rm -rf

0 个答案:

没有答案