In this article, we will discuss how you can download and install TeamViewer, a remote control and access software, on your Linux machine.

Installing TeamViewer on Linux

Before installing TeamViewer on your system, you need to download the official package file from the TeamViewer website. The packages are different for each distribution, mainly Debian, Arch, and Fedora.

Download: TeamViewer for Linux

Refer to the following table to identify which package you should download for your Linux system.

Although the TeamViewer website has categorized the packages based on the distributions, sometimes it’s hard to deduce which one is appropriate for your system.

If you are more comfortable with the command line, you can download the package using either wget or curl utility.

For the DEB package:

Download the TAR package:

For the RPM package:

Download the package and save it to a suitable location on your system storage.

On Debian-based Distros

To install TeamViewer on Debian or Ubuntu, launch the terminal and navigate to the directory where you have stored the DEB file.

Then, install the package using APT as follows:

Note that in the command above, you might have to replace the name of the package with the one you have downloaded.

Alternatively, you can open the directory using the Files application and double-click on the DEB package to install it graphically.

Install TeamViewer on Arch-based Distributions

To install TeamViewer on Arch Linux and its derived distributions, first, download the TAR package from the website. Then, open your system terminal and navigate to the appropriate directory.

Since the TeamViewer package doesn’t contain PKGBUILD information, you will have to run and install TeamViewer by manually extracting the package and then executing the application file.

Extract the downloaded TAR.XZ package using tar:

Then, change the directory to the newly created teamviewer folder.

Assign executable permissions to the tv-setup file.

Check if your system has all the necessary dependencies.

To run Teamviewer without installation, give executable permissions to the teamviewer file.

Then, run TeamViewer from the command line as follows:

Alternatively, you can also go to the teamviewer folder using the file manager and double-click on the executable file to launch the application.

To install TeamViewer on your Arch-based Linux distribution, issue the following command:

You can also force install the package.

Install TeamViewer on Fedora

Yum is the default package manager that comes preinstalled on Fedora Linux. It allows users to install applications directly from their source package.

Open your system terminal and navigate to the directory that contains the downloaded file. Then, issue the following command to install the package.

Yum will automatically install all the necessary dependencies required by the TeamViewer package.

If you’re not a fan of the yum package manager, you can also use DNF. To install the TeamViewer package using DNF:

Remote Computing on Linux Simplified!

TeamViewer offers numerous features that you need for setting up remote computing on your computer. You can connect to other devices, control other desktops, and access the filesystem of different computers over the internet.

You can easily set up a VNC server on your Ubuntu machine to enable remote computing. With this technology, you can even control a computer using your Android smartphone.