📌  相关文章
📜  nginx E:子进程usr bin dpkg返回错误代码(一)——Shell-Bash代码示例

📅  最后修改于: 2022-03-11 14:51:07.588000             🧑  作者: Mango

代码示例1
#remove nginx
$ sudo apt-get remove nginx* --purge after that I installed nginx-common

# install following
$ sudo apt-get install nginx-common
$ sudo apt-get install nginx

#Then it will work well