我试图安装vestacp新鲜的专用服务器运行ubuntu14.04与nginx安装,但是我试图删除这个使用…
sudo apt-get remove nginx sudo apt-get purge nginx sudo apt-get autoremove
现在,如果我尝试访问IP,我没有看到ngnix的默认页面,但是当我尝试下面的命令来安装vestacp …
bash vst-install.sh
我得到以下错误…
Following packages are already installed: nginx It is highly recommended to remove them before proceeding. If you want to force installation run this script with -f option: Example: bash vst-install-ubuntu.sh --force
请帮我解决这个问题。 谢谢