uninstall software on ubuntu

来源:互联网 发布:node.js cms 开源 编辑:程序博客网 时间:2024/05/16 19:01

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*