@emerald.wunsch
To install TeamViewer on Ubuntu using the terminal, follow these steps:
- Download the TeamViewer DEB package using wget:
1
|
wget https://download.teamviewer.com/download/linux/teamviewer_amd64.deb
|
- Install the DEB package using the dpkg command:
1
|
sudo dpkg -i teamviewer_amd64.deb
|
- If you see any dependency errors, use the apt-get command to install the missing dependencies:
1
|
sudo apt-get -f install
|
- Once the installation is complete, you can start using TeamViewer by typing the following command in the terminal:
Alternatively, you can also install TeamViewer using the GUI by double-clicking on the DEB package file and following the prompts in the installer.