TeamViewer Forum
General Category => Teamviewer for Linux => Topic started by: rainio on November 06, 2015, 12:37:40 PM
-
Hello,
After downloading the .deb and running with the package installer, the progress bar at the bottom left moves quickly almost to the end, with the cursor icon "working", then after around 10 seconds the package installer disappears and nothings happens.
Is there a different way to install it?
Thanks.
-
Figured it out.
Found this page:
https://www.teamviewer.com/en/help/363-How-do-I-install-TeamViewer-on-my-Linux-distribution.aspx#other
and tried
"pkg -i teamviewer_linux_x64.deb" which didn't work as required superuser
so finally
"sudo pkg -i teamviewer_linux_x64.deb"
worked.