Ubuntu 管理心得

搜尋此網誌

2019年7月3日 星期三

Reomve obsolete packages

The 'rc' status means the configuration files of the removed packages are not removed. Issue the following cli command to remove them.

sudo dpkg -l|grep "^rc"|awk '{print $2}' | xargs sudo apt-get remove -y --purge



沒有留言:

張貼留言

網誌存檔