linux

How to install TeamViewer 15 on RHEL / CentOS / Fedora and Debian / Ubuntu

 

Teamviewer is cross-platform, powerful and secure remote access and control software that can connect to multiple devices simultaneously. It is an all-in-one solution for remote support that can be used for desktop sharing, online meetings, and file transfer between connected devices over the Internet.

It runs on major operating systems such as Linux, Windows, Mac OS, Chrome OS and mobile operating systems such as iOS, Android, Windows Universal Platform and BlackBerry.

Recently the latest stable version TeamViewer 15 was released with new features and many improvements.

TeamViewer features

Here are some new features that will be added TeamViewer 15 highlighted below:

  1. It is cross-platform, it can connect from computer to computer, from mobile phone to computer, from computer to mobile and even from mobile phone to mobile phone connections in the main operating systems mentioned above.
  2. Highly compatible with a variety of platforms from modern to relatively old operating systems.
  3. Does not require configurations.
  4. Easy to install and understand.
  5. Available in over 30 international languages.
  6. Provides high performance with smart connectivity and routing, efficient bandwidth usage, fast data transfer and much more to ensure a reliable user experience.
  7. Provides high security with the latest technology.
  8. It is free for testing purposes and personal use.
  9. No installation is required, users can now use TeamViewer without having to install it.
  10. Supports custom QuickSupport, QuickJoin, and Host modules named with the user’s company ID in custom configurations.
  11. Allows permanent access to unattended devices with the support of the TeamViewer Host module.
  12. Supports integration with user applications via API.
  13. Also supports integration with mobile applications on iOS / Android.

How to install Teamviewer 15 on RedHat, CentOS, Fedora

You can download the package for rpm-based Linux distributions at Teamviewer download page, or you can download and install it with the following wget command as shown.

------------- On 64-bit Systems ------------- 
# wget https://download.teamviewer.com/download/linux/teamviewer.x86_64.rpm
# yum install teamviewer.x86_64.rpm

------------- On 32-bit Systems -------------
# wget https://download.teamviewer.com/download/linux/teamviewer.i686.rpm
# yum install teamviewer.i686.rpm

 

If you get a missing public key error, you can download the public key and import it using the following command.

# wget https://download.teamviewer.com/download/linux/signature/TeamViewer2017.asc
# rpm --import TeamViewer2017.asc

Once you have imported the public key, runyum install”-Command to install Teamviewer rpm.

# yum install teamviewer.x86_64.rpm

Start the Teamviewer application by executing the following command from the terminal.

# teamviewer

Teamviewer application running on my CentOS 7 system.

TeamViewer 15 running on CentOS 7
TeamViewer 15 running on CentOS 7

How to install Teamviewer 15 on Debian, Ubuntu and Linux Mint

You can download the package at .deb-based Linux distributions Teamviewer download page, or you can download and install it with the following wget command as shown.

------------- On 64-bit Systems ------------- 
$ wget https://download.teamviewer.com/download/linux/teamviewer_amd64.deb
$ sudo dpkg -i teamviewer_amd64.deb

------------- On 32-bit Systems -------------
$ wget https://download.teamviewer.com/download/linux/teamviewer_i386.deb
$ sudo dpkg -i teamviewer_i386.deb

If you get a missing dependency error, install these dependencies with the following command.

$ sudo apt-get install -f

When the installation is complete, you can launch Teamviewer from the terminal or switch to Ubuntu Dash Home and type group viewers and click the icon to run the application.

$ teamviewer
TeamViewer is running on Ubuntu 20.04
TeamViewer is running on Ubuntu 20.04

Start Linux Mint, Mene Menu >> Internet >> Teamviewer and click Accept the license agreement to run the application.

TeamViewer runs on Linux Mint 20
TeamViewer runs on Linux Mint 20

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.

Back to top button