I am not able to launch TeamViewer in Ubuntu 16.04. I am wondering how to remove and install again. Any help on this?
Asked
Active
Viewed 2,385 times
1 Answers
1
TeamViewer is usually installed on Ubuntu using *.deb package. To uninstall it, run:
sudo apt remove teamviewer
If you also want to remove the package’s configuration (and you likely want if you are experiencing problems), use the following command instead:
sudo apt purge teamviewer
Then reinstall the *.deb file using apt, gdebi or similar method.
However, reinstalling might not solve your issue. If it doesn’t, please ask a new question and provide more details like what happens when you try to launch it. Try launching from the Terminal and check if any messages appear in the Terminal.
Melebius
- 11,750