1 – Add AnyDesk repository
Add the repository to your system with the commands shared below.
sudo tee /etc/yum.repos.d/AnyDesk-Fedora.repo <<EOF
[anydesk]
name=AnyDesk Fedora - stable
baseurl=http://rpm.anydesk.com/centos/x86_64/
gpgcheck=0
repo_gpgcheck=0
gpgkey=https://keys.anydesk.com/repos/RPM-GPG-KEY
EOF
2 – Install AnyDesk on Fedora
Once AnyDesk repository has been added, run the following commands to install AnyDesk on Fedora.
sudo dnf makecache
sudo dnf install redhat-lsb-core anydesk
If you get an error message “nothing provides libpangox-1.0.so.0()(64bit) needed by anydesk-xxxxx.x86_64” then run:
sudo dnf --releasever=32 install pangox-compat.x86_64
sudo dnf -y install anydesk
План Б:
Installation steps:
- Download the .rpm package from this link: https://download.anydesk.com/linux/anydesk-6.2.1-1.el8.x86_64.rpm 311
- Go to the folder witch the .rpm package is located, and then Right Mouse Click > Open Terminal.
- In the terminal type the bellow command:
sudo dnf install ./anydesk*.rpm