How to install TeamViewer on CentOS 8

Xuemeng Technology

This article was first published in:

https://www.itcoder.tech/posts/how-to-install-teamviewer-on-centos-8/

TeamViewer is a cross-platform solution that can be used for remote control, desktop sharing, online meetings, and file transfer between computers. TeamViewer is a proprietary computer software, it is not included in the source repository of CentOS.

This article describes how to install TeamViewer on CentOS 8.

1. Prerequisites##

You need to log in as root or another user with sudo privileges so that you can install packages on your CentOS system.

2. Install TeamViewer on CentOS

Perform the following steps to install TeamViewer on CentOS 8.

  1. The software packages that TeamViewer depends on are in the EPEL software source repository. If EPEL is not enabled on your system, enter the following command to enable it:
sudo dnf install epel-release
  1. Enter the following command to import the GPG keys of the TeamViewer source warehouse:
sudo rpm --import  https://dl.tvcdn.de/download/linux/signature/TeamViewer2017.asc 
  1. Enter the following command to install the rpm package of TeamViewer:
sudo dnf install https://download.teamviewer.com/download/linux/teamviewer.x86_64.rpm

When prompted, enter y to continue the installation process.

At this point, you have successfully installed TeamViewer on your CentOS 8 machine. You can now connect to the computers of your friends or customers and help them solve problems.

Three, start TeamViewer

TeamViewer can be started in the following two ways: 1. Enter teamviewer on the command line 2. Click the TeamViewer icon (App->Network->TeamViewer):

When you start TeamViewer for the first time, you will be prompted to accept the user agreement:

Click the button on the user agreement to accept the user agreement, and a window similar to the following will be displayed:

Fourth, upgrade TeamViewer

During the installation process, the official TeamViewer source repository will be added to your system. You can use the cat command to verify the contents of the file:

cat /etc/yum.repos.d/teamviewer.repo
[ teamviewer]
name=TeamViewer - $basearch
baseurl=http://linux.teamviewer.com/yum/stable/main/binary-$basearch/
gpgkey=http://linux.teamviewer.com/pubkey/currentkey.asc
gpgcheck=1
enabled=1
type=rpm-md
failovermethod=priority

When a new version is released through your desktop standard software upgrade tool, this will ensure that your TeamViewer can be automatically upgraded.

Five, summary##

We will show you how to install TeamViewer on CentOS 8. For more information about TeamViewer, please visit Official Knowledge Base.

If you have any questions, please contact us in the following ways:

WeChat: sn0wdr1am86

WeChat group: add the above WeChat, remark the WeChat group

QQ: 3217680847

QQ Group: 82695646

Recommended Posts

How to install TeamViewer on CentOS 8
How to install TeamViewer on CentOS 8
How to install jdk1.8 on centOS7
How to install MySQL on CentOS 8
How to install Memcached on CentOS 8
How to install R on CentOS 8
How to install FFmpeg on CentOS 8
How to install Virtualbox on CentOS 8
How to install TensorFlow on CentOS 8
How to install Perl 5 on CentOS
How to install Git on CentOS 8
How to install Gradle on CentOS 8
How to install Elasticsearch on CentOS 8
How to install Jenkins on CentOS 8
How to install Java on CentOS 8
How to install Go on CentOS 8
How to install Yarn on CentOS 8
How to install Nginx on CentOS 8
How to install Asterisk on CentOS 7
How to install Jenkins on CentOS 8
How to install Vagrant on CentOS 8
How to install Python 3.8 on CentOS 8
How to install Tomcat 9 on CentOS 8
How to install Webmin on CentOS 8
How to install Ruby on CentOS 8
How to install Skype on CentOS 8
How to install htop on CentOS 8
How to install Python on CentOS 8
How to install Elasticsearch on CentOS 8
How to install Teamviewer on Ubuntu 16.04
How to install Postgresql on CentOS 8
How to install Wordpress on Centos
How to install htop on CentOS 8
How to install MariaDB on CentOS 8
How to install MongoDB on CentOS 7
How to install Odoo 13 on CentOS 8
How to install Apache on CentOS 8
How to install OpenCV on CentOS 8
How to install PHP on CentOS 8
How to install MongoDB on CentOS 8
How to install TeamViewer on Ubuntu 20.04
How to install Apache Maven on CentOS 8
How to install Apache Kafka on CentOS 7
[Graphic] How to install tomcat on centos
R&D: How To Install Python 3 on CentOS 7
How to install offline JDK1.8 on centos7.0
How to install and configure Elasticsearch on CentOS 7
How to install Visual Studio Code on CentOS 8
How to install RPM packages on CentOS Linux
How to install and configure VNC on CentOS 8
How to install and configure Redis on CentOS 8
How to install Node.js and npm on CentOS 8
How to install and configure phpMyAdmin on CentOS 6
How to install and use Curl on CentOS 8
How to install and configure Owncloud on CentOS 8
How to install VirtualBox client extension on CentOS 8
How to install Docker CE on RHEL 8 / CentOS 8
How to install and uninstall tomcat on centos
How to install and configure Redmine on CentOS 8
How to install Ruby on Ubuntu 20.04
How to install Memcached on Ubuntu 20.04