This is a companion discussion topic for the original entry at https://linuxconfig.org/how-to-install-teamviewer-on-ubuntu-20-04-focal-fossa-linux
Thanks for the info here, but I keep running into problem after I download:
root@Ubuntu-VM:/tmp# wget -O ~/teamviewer.deb "httxx://download.teamviewer.cxx
Saving to: ‘/root/teamviewer.deb’
/root/teamviewer.deb 100%[===========================================================>] 13.88M 23.4MB/s in 0.6s
2020-05-05 11:23:24 (23.4 MB/s) - ‘/root/teamviewer.deb’ saved [14551536/14551536]
root@Ubuntu-VM:/tmp# sudo gdebi teamviewer_amd64.deb
gdebi error, file not found: teamviewer_amd64.deb
Thank you for pointing this out. Try:
$ wget -O ~/teamviewer.deb "https://download.teamviewer.com/download/linux/teamviewer_amd64.deb"
$ sudo gdebi ~/teamviewer.deb
The article will be updated shortly.
Thanks, got this to work on 20.04
I could not complete the installation becouse of this msg: Dependency is not satisfiable: libqt5webkit5|qt56-teamviewer
My system is Ubuntu 20.04 LTS Focal Fossa.
Any ideas anyone?
Hi Ntovik,
Try installing the dependencies by themselves, that could give you a clue on the issue. Something like
$ apt-get install libqtwebkit5
For example this one installs on one of my 20.04 without a problem, so it may be a repository issue on your system. If you get error message from the above command, it could lead us to the root of the problem.