Installare repo di anydesk

Visto che ha funzionato per TeamViewer, vorrei provare ad installare anche l’RPM di Anydesk dedicato a Fedora.
Sul sito dicono di scrivere questo comando per installare il repo:`

cat > /etc/yum.repos.d/AnyDesk-Fedora.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

Il problema è che non mi sembra possa funzionare anche per Mandriva.
Qualcuno sa adattare il comando per poterlo usare sulla nostra stupenda distro?

così funziona

cat > /etc/yum.repos.d/AnyDesk-Fedora.repo << "EOF" 
[anydesk]
name=AnyDesk Fedora - stable
baseurl=http://rpm.anydesk.com/fedora/$basearch/
gpgkey=https://keys.anydesk.com/repos/RPM-GPG-KEY
gpgcheck=1
enabled=1
type=rpm-md
failovermethod=priority
EOF

E adesso posso lavorare tranquillamente da casa.
Ma a questo punto voglio provare anche KRDC

Hi. This packages working fine If you download .rpm from anydesk website. For example rpm for Fedora 64 bit. After installation app working fine (repo should be configured too).

There is also portable version (without installation, should works too but then you need to deal with dependencies).

Anydesk on OpenMandriva Cooker