Teamviewer

How to install TeamViewer 12.x on Ubuntu, Linux Mint

How to install TeamViewer 12.x on Ubuntu, Linux Mint

TeamViewer is a tool that allows you to access any device remotely, whether it is a desktop, laptop, or cellphone device. TeamViewer allows you to control, manage, and modify the files of devices that are not physically around you. This tool can even help you to connect with servers and IoT devices from anywhere over a secure network.

TeamViewer is a multi-platform tool that can be installed on Linux distributions. This article shows you how to install TeamViewer on your Ubuntu device.

Installing TeamViewer in Ubuntu 20.10

Installing TeamViewer in Ubuntu 20.10 is a trouble-free process. First, it is required to have the Debian package installer to install TeamViewer. Gdebi is the most endorsed Debian package installer application available today, and it is a lightweight and resource-effective installer. To download Gdebi, issue the following command:

$sudo apt install gdebi

After installing Gdebi, it is now time to download the TeamViewer package. Issue the following command in the terminal to download TeamViewer onto your system:

$wget https://download.teamviewer.com/download/linux/teamviewer_amd64.deb

Then, execute the following terminal command to install the Gdebi package:

$sudo gdebi teamviewer_amd64.deb

Press Y/y to continue the installation. The TeamViewer package can now be seen in the Applications list, as shown in the image below:

Open the TeamViewer application by clicking on it, and the following window will appear:

This application window includes various options within it, such as Sign In, Computers & Contacts, and Chat. You can give TeamViewer access to your device by sharing your dynamic ID (Your ID) and Password. Similarly, remote devices can be accessed by putting in the Partner ID. TeamViewer will ask for the partner password, as well as for the connection. The partner could be anyone whose device you wish to access.

Uninstalling TeamViewer from Ubuntu 20.10

To uninstall Teamviewer, issue the command given below:

$sudo apt remove teamviewer
Instrumente utile pentru jucătorii Linux
Dacă vă place să jucați jocuri pe Linux, este posibil să fi folosit aplicații și utilitare precum Wine, Lutris și OBS Studio pentru a îmbunătăți exper...
Jocuri HD remasterizate pentru Linux care nu au avut niciodată lansare Linux mai devreme
Mulți dezvoltatori și editori de jocuri vin cu remasterizarea HD a jocurilor vechi pentru a prelungi durata de viață a francizei, vă rog fanilor să so...
Cum se utilizează AutoKey pentru automatizarea jocurilor Linux
AutoKey este un utilitar de automatizare desktop pentru Linux și X11, programat în Python 3, GTK și Qt. Folosind funcțiile sale de scriptare și MACRO,...