2016年3月1日 星期二

[Ubuntu] - 乾淨的移除套件

列出安裝目錄

# dpkg -L nginx

乾淨的移掉 nginx 包含 /etc/ 跟 重裝

apt-get autoreove nginx #  removes all but config file
apt-get purge nginx nginx-common nginx-full # removes everything
apt-get install nginx

沒有留言:

張貼留言