What is the Difference Between `apt-get purge` and `apt-get remove`?

来源:互联网 发布:js 判断包含 正则 编辑:程序博客网 时间:2024/05/22 12:47

Is there any difference between

sudo apt-get purge <package-name>

and

sudo apt-get remove <package-name>  

remove - Packages installed are removed (Does NOT include configuration files)

purge - Purge is identical to remove except that packages are removed and purged. Purge meaning that any configuration files are deleted too.

0 0
原创粉丝点击