Fedora. Install AnyDesk

Posted: 15th Март 2024 by shmyak in Пингвин
Tags:
Комментарии к записи Fedora. Install AnyDesk отключены

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:

  1. Download the .rpm package from this link: https://download.anydesk.com/linux/anydesk-6.2.1-1.el8.x86_64.rpm 311
  2. Go to the folder witch the .rpm package is located, and then Right Mouse Click > Open Terminal.
  3. In the terminal type the bellow command:

sudo dnf install ./anydesk*.rpm

Comments are closed.