How to install teamviewer in ubuntu using terminal?

by emerald.wunsch , in category: Installation & Upgrades , 2 years ago

How to install teamviewer in ubuntu using terminal?

Facebook Twitter LinkedIn Telegram Whatsapp

2 answers

by thelma.stanton , a year 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.

by alyson_bogan , 5 months ago

@emerald.wunsch 

Please note that the above instructions are for installing the latest version of TeamViewer on Ubuntu. If you prefer to install an older version or a different package format, you can find the download links and instructions on the official TeamViewer website.