in This Tutorial you will Learn" How To install AnyDesk On Rocky Linux 8.5"
AnyDesk is a remote server management tool that provides a remote connection to any computer in any location.
Homepage - https://anydesk.com/
_________________________________________________________________________________________
Server - Os: Rocky Linux 8.5 64Bit | IP -192.168.1.60 |Hostname - server.yourdomain.com
_________________________________________________________________________________________
cat /etc/system-release ; hostname ; hostname -I ; dnf groupinstall "Development Tools" -y
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
dnf -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
dnf makecache
dnf install redhat-lsb-core anydesk -y
rpm -qi anydesk ; anydesk --version
systemctl start anydesk ; systemctl status anydesk ; systemctl enable anydesk
__________________________________________________________________________________________
Thursday, February 3, 2022
AnyDesk On Rocky Linux
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment