How to Install AnyDesk on Fedora 35 / Fedora 34

Channel: Fedora
Abstract: we will see how to install AnyDesk on Fedora 35 / Fedora 34. AnyDesk Library Requirement AnyDesk needs a library libpangox-1.0.so.0()(64bit) that is n

AnyDesk is a free remote desktop sharing application that allows you to access the Linux desktop remotely from other operating systems such as Windows, macOS, and Linux. It is an excellent alternative to TeamViewer.

WithAnyDesk, you can record everything you see on your computer as a video file, and you can playback at any time.

Here, we will see how to install AnyDesk on Fedora 35 / Fedora 34.

AnyDesk Library Requirement

AnyDesk needs a library libpangox-1.0.so.0()(64bit) that is not available for Fedora 33 and later. So, you will need to install it from Fedora 32 repository for AnyDesk.

sudo dnf --releasever=32 install -y pangox-compat.x86_64
Add AnyDesk Repository

AnyDesk software offers its package via official repositories for Linux operating systems. Run the below command to set up the AnyDesk repository.

sudo tee /etc/yum.repos.d/AnyDesk.repo << "EOF"
[anydesk]
name=AnyDesk Fedora - stable
baseurl=http://rpm.anydesk.com/fedora/$basearch/
gpgcheck=1
repo_gpgcheck=1
gpgkey=https://keys.anydesk.com/repos/RPM-GPG-KEY
EOF
Install AnyDesk on Fedora 35

And then, install the AnyDesk package with the below command.

sudo dnf install -y anydesk
Access AnyDesk

After installing the AnyDesk package, you launch it by going to Activities >> search for AnyDesk or executing the anydesk command.

AnyDesk Running on Fedora 35 Conclusion

That’s All. I hope you have learned how to install AnyDesk on Fedora 35 / Fedora 34.

Ref From: itzgeek

Related articles