Home

Published

- 1 min read

download teamviewer for ubuntu using terminal

img of download teamviewer for ubuntu using terminal

The solution for this is noted below

download teamviewer for ubuntu using terminal

Solution

   #Install this package before install teamviewer
sudo apt install -y libqt5x11extras5

#Download teamviewer
wget https://download.teamviewer.com/download/linux/teamviewer_amd64.deb

#Install it
sudo apt install ./teamviewer_amd64.deb

#Run it
teamviewer

Try other methods by searching on the site. That is if this doesn’t work