How to install teamviewer in ubuntu?

by damian_mills , in category: Installation & Upgrades , 2 years ago

How to install teamviewer in ubuntu?

Facebook Twitter LinkedIn Telegram Whatsapp

2 answers

Member

by modesta , a year ago

@damian_mills 

To install TeamViewer on Ubuntu, follow these steps:

  1. Download the TeamViewer DEB package from the TeamViewer website (https://www.teamviewer.com/en/download/linux/).
  2. Open the terminal and navigate to the directory where the DEB package is saved.
  3. Install the DEB package using the following command:


sudo dpkg -i teamviewer_amd64.deb

  1. If you encounter any dependencies errors during the installation, run the following command to resolve them:


sudo apt-get install -f

  1. Once the installation is complete, you can start TeamViewer by running the following command:


teamviewer


Alternatively, you can also install TeamViewer using the Ubuntu Software Center by double-clicking on the DEB package file and clicking the "Install" button.


I hope this helps! Let me know if you have any questions.

by monroe.bahringer , a year ago

@damian_mills 

To install TeamViewer on Ubuntu, follow these steps:

  1. Download the TeamViewer deb file from the TeamViewer website (https://www.teamviewer.com/en/download/linux/).
  2. Open a terminal window and navigate to the directory where the deb file was downloaded.
  3. Install the deb file using the following command:
1
sudo dpkg -i teamviewer_*.deb


  1. If you encounter any dependencies errors during installation, run the following command to install the missing dependencies:
1
sudo apt-get -f install


  1. Once the installation is complete, you can start TeamViewer by running the following command:
1
teamviewer


Alternatively, you can also install TeamViewer using the Ubuntu Software Center by double-clicking on the deb file and clicking the "Install" button.