Page 1 of 1

Uninstall Teamviewer Host [Ubuntu]

Posted: Wed Jun 10, 2020 6:47 pm
by arq.diogo
Hello,

I need help to unistall Teamviewer Host from my Raspberry Pi 3. It runs Ubuntu Mate.

I've tried via terminal something like: sudo apt remove teamviewerhost

Not work

Re: Uninstall Teamviewer Host [Ubuntu]

Posted: Wed Jun 10, 2020 8:26 pm
by arif-ali
You might want to check on the command line on what the package is actually installed.

Maybe first try "dpkg -l | grep teamviewer", and once you find the one you want to remove, you should be able to then remove by running "apt remove <pkg_name>"

Re: Uninstall Teamviewer Host [Ubuntu]

Posted: Wed Jun 10, 2020 11:57 pm
by arq.diogo
Thank you man, it was "teamviewer-host", thats why it does not work before...thank you