我正在尝试在运行 ubuntu14.04 并安装了 nginx 的新专用服务器上安装 vestacp,但是我尝试使用以下方法删除它...
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
请帮我解决这个问题。谢谢