Ubuntu Commands

来源:互联网 发布:sql删除数据库表数据 编辑:程序博客网 时间:2024/05/16 10:13

1,To uninstall software:

dpkg --list | grep -i
to find out the name of the software you want to uninstall.

sudo dpkg -r
to uninstall the software.

Other ways to uninstall softwares:

one:

sudo apt-get remove softwaresudo apt-get purge softwaresudo apt-get autoremove

two:

sudo apt-get autoremove purge xxxxx

cleaning the configuration information while uninstalling the software.

0 0
原创粉丝点击