Ubuntu卸载软件的一般流程

以卸载teamviewer为例:

First, use the command

dpkg -l | grep team

The full package name should show up in the output on the list of

installed applications. Find it and use the name listed. I believe it

should look like this:

sudo apt-get purge teamviewer

or, if you want to use a wild card, you can use something like this instead:

sudo apt-get remove teamv*


后续的:

sudo updatedb

locate file

然后rm掉每个文件

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容