0

I am not able to launch TeamViewer in Ubuntu 16.04. I am wondering how to remove and install again. Any help on this?

Melebius
  • 11,431
  • 9
  • 52
  • 78
engr_john
  • 123

1 Answers1

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,431
  • 9
  • 52
  • 78
  • Thanks. Now I find and able to launch Team Viewer. Is it possible to login and access ubuntu machine from windows 10 machine ? – engr_john Jul 10 '19 at 08:30
  • Yes, I will accept your answer. I was looking for it how to click answered or accept. Do you have any idea about "to login and access ubuntu machine from windows 10 machine ?" – engr_john Jul 10 '19 at 09:12
  • @engr_john I am not sure… If you have a new question, please ask it separately. Don’t forget to add details (e.g. are the machines in the same network?). This is the way how this site works. – Melebius Jul 10 '19 at 09:31