Desktop

How To Install AnyDesk on CentOS 8 / RHEL 8

AnyDesk is one of the best proprietary remote desktop applications available for Linux users. This software program provides a smooth and seamless remote access to your computers running Windows, macOS, Linux and FreeBSD. In this guide, we’ll explain how you can Install AnyDesk in CentOS 8 / RHEL 8 Linux Desktop.

Original content from computingforgeeks.com - post 34596

Once you’ve installed AnyDesk on CentOS 8 / RHEL 8, you’ll be able to access your Linux system from Windows, Mac, and other Linux based systems. You’ll enjoy its simple and user-friendly set up and administration tools which enables you to easily manage remote system.

Install AnyDesk on CentOS 8 / RHEL 8

We’ll install Install AnyDesk on CentOS 8 / RHEL 8 from AnyDesk Yum repository with pre-packaged RPM packages. You can manually download an RPM package and install it, but this mean updates will have to be done manually.

1 – Add AnyDesk repository

Add the repository to your system with the commands shared below.

CentOS 8:

sudo tee /etc/yum.repos.d/AnyDesk-CentOS.repo <<EOF
[anydesk]
name=AnyDesk CentOS - stable
baseurl=http://rpm.anydesk.com/centos/\$basearch/
gpgcheck=1
repo_gpgcheck=1
gpgkey=https://keys.anydesk.com/repos/RPM-GPG-KEY
EOF

RHEL 8:

sudo tee /etc/yum.repos.d/AnyDesk-RHEL.repo <<EOF
[anydesk]
name=AnyDesk RHEL - stable
baseurl=http://rpm.anydesk.com/rhel/\$basearch/
gpgcheck=1
repo_gpgcheck=1
gpgkey=https://keys.anydesk.com/repos/RPM-GPG-KEY
EOF

2 – Install AnyDesk packages

Once AnyDesk repository has been added to your Linux system, installation of AnyDesk on CentOS 8 / RHEL 8 can be done using yum or dnf command line tools.

sudo dnf -y makecache
sudo dnf -y install redhat-lsb-core
sudo dnf -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
sudo dnf install anydesk

Agree to import GPG key when prompted.

AnyDesk CentOS - stable                                                                                            431  B/s | 488  B     00:01    
 AnyDesk CentOS - stable                                                                                            1.5 kB/s | 1.7 kB     00:01    
 Importing GPG key 0xCDFFDE29:
  Userid     : "philandro Software GmbH [email protected]"
  Fingerprint: D563 11E5 FF3B 6F39 D5A1 6ABE 18DF 3741 CDFF DE29
  From       : https://keys.anydesk.com/repos/RPM-GPG-KEY
 Is this ok [y/N]: y

Pree y key to start installation of AnyDesk on CentOS 8 / RHEL 8.

...
Transaction Summary
======================================================================================================================================================================================================
Install  54 Packages

Total download size: 15 M
Installed size: 52 M
Is this ok [y/N]: y

You can check the version of AnyDesk installed with the command:

$ rpm -qi anydesk
Name        : anydesk
Version     : 6.1.1
Release     : 1.el7
Architecture: x86_64
Install Date: Tue Oct 26 01:16:07 2021
Group       : Applications/Internet
Size        : 14209097
License     : Proprietary and BSD and OpenSSL and zlib and LGPLv2+
Signature   : RSA/SHA512, Thu Apr 15 18:17:49 2021, Key ID 18df3741cdffde29
Source RPM  : anydesk-6.1.1-1.el7.src.rpm
Build Date  : Tue Apr 13 14:08:21 2021
Build Host  : sdi-bs-deb64-01.dn.anydesk.com
Relocations : (not relocatable)
Packager    : AnyDesk Software GmbH
Vendor      : AnyDesk Software GmbH
URL         : http://anydesk.com/remote-desktop
Summary     : The world's fastest remote desktop application

3 – Launch AnyDesk from Desktop

AnyDesk has a service which is automatically started after a successful installation.

$ systemctl status anydesk.service
● anydesk.service - AnyDesk
   Loaded: loaded (/etc/systemd/system/anydesk.service; enabled; vendor preset: disabled)
   Active: active (running) since Fri 2019-10-18 08:17:35 EAT; 1min 20s ago
 Main PID: 7681 (anydesk)
    Tasks: 4 (limit: 11512)
   Memory: 16.2M
   CGroup: /system.slice/anydesk.service
           ├─7681 /bin/sh /usr/bin/anydesk --service
           └─7683 /usr/libexec/anydesk --service

Oct 18 08:17:35 centos8.novalocal systemd[1]: Started AnyDesk.

The service should be enabled as well.

$ systemctl is-enabled anydesk.service
enabled

Launch AnyDesk on CentOS 8 / RHEL 8 from the Desktop or CLI.

install anydesk centos rhel 8 01

CLI:

anydesk

Use AnyDesk Address of the remote system to connect to it.

install anydesk centos rhel 8 02

A remote user will also require your AnyDesk address to be able to control your machine from a remote location.

Recommended Linux Books  to read:

Enjoy using AnyDesk on CentOS 8 / RHEL 8 Linux Desktop.

Keep reading

Install Arch Linux the Easy Way with archinstall Arch Linux Install Arch Linux the Easy Way with archinstall Backup and Restore Linux Systems with Timeshift Debian Backup and Restore Linux Systems with Timeshift Fix Touchpad Issues on Linux (Ubuntu 24.04 / Fedora / Debian 13) Desktop Fix Touchpad Issues on Linux (Ubuntu 24.04 / Fedora / Debian 13) Install Zorin OS 18 Step-by-Step with Screenshots Desktop Install Zorin OS 18 Step-by-Step with Screenshots How to Install LibreOffice on Fedora 44 / 43 / 42 Desktop How to Install LibreOffice on Fedora 44 / 43 / 42 Configure Master / Slave BIND DNS on CentOS 8 / RHEL 8 CentOS Configure Master / Slave BIND DNS on CentOS 8 / RHEL 8

Leave a Comment

Press ESC to close