uninstall software on ubuntu

前端之家收集整理的这篇文章主要介绍了uninstall software on ubuntu前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

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*
原文链接:https://www.f2er.com/ubuntu/350770.html

猜你在找的Ubuntu相关文章