How to install teamviewer in ubuntu using terminal?

by emerald.wunsch , in category: Installation & Upgrades , a year ago

How to install teamviewer in ubuntu using terminal?

Facebook Twitter LinkedIn Telegram Whatsapp

1 answer

by thelma.stanton , 9 months ago

@emerald.wunsch 

To install TeamViewer on Ubuntu using the terminal, follow these steps:

  1. Download the TeamViewer DEB package using wget:
1
wget https://download.teamviewer.com/download/linux/teamviewer_amd64.deb


  1. Install the DEB package using the dpkg command:
1
sudo dpkg -i teamviewer_amd64.deb


  1. If you see any dependency errors, use the apt-get command to install the missing dependencies:
1
sudo apt-get -f install


  1. Once the installation is complete, you can start using TeamViewer by typing the following command in the terminal:
1
teamviewer


Alternatively, you can also install TeamViewer using the GUI by double-clicking on the DEB package file and following the prompts in the installer.