Answers for "anydesk download for fedora 34"

0

anydesk download for fedora 34

Step 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/fedora/x86_64/
gpgcheck=0
repo_gpgcheck=0
gpgkey=https://keys.anydesk.com/repos/RPM-GPG-KEY
EOF

Step 2: Install AnyDesk on Fedora 34/33/32/31/30
Once AnyDesk repository has been added, run the following commands to install AnyDesk on Fedora 34/33/32/31/30.

sudo dnf makecache
sudo dnf install -y redhat-lsb-core anydesk

If you get an error message “nothing provides libpangox-1.0.so.0()(64bit) needed by anydesk-6.1.1-1.x86_64” then run:

sudo dnf --releasever=32 install pangox-compat.x86_64
sudo dnf install -y anydesk

You can check the version of AnyDesk installed with the command:

$ rpm -qi anydesk 
Name        : anydesk
Version     : 5.1.2
Release     : 1
Architecture: x86_64
Install Date: Sun 20 Oct 2019 09:27:55 AM UTC
Group       : Applications/Internet
Size        : 11769208
License     : Proprietary
Signature   : RSA/SHA256, Mon 26 Aug 2019 11:25:50 AM UTC, Key ID 18df3741cdffde29
Source RPM  : anydesk-5.1.2-1.src.rpm
Build Date  : Fri 16 Aug 2019 02:14:40 PM UTC
Build Host  : build-debian-7-64.philandro.local
Relocations : (not relocatable)
Vendor      : philandro Software GmbH
URL         : https://anydesk.com/
If you get an e

Step 3: Launch AnyDesk on Fedora 34/33/32/31/30
AnyDesk has a service which is automatically started after a successful installation.

$ systemctl status anydesk.service
● anydesk.service - AnyDesk
   Loaded: loaded (/etc/systemd/system/anydesk.service; enabled; vendor preset: disabled)
   Active: active (running) since Fri 2019-10-18 08:17:35 EAT; 1min 20s ago
 Main PID: 7681 (anydesk)
    Tasks: 4 (limit: 11512)
   Memory: 16.2M
   CGroup: /system.slice/anydesk.service
           ├─7681 /bin/sh /usr/bin/anydesk --service
           └─7683 /usr/libexec/anydesk --service

Oct 20 09:27:55 fed30.novalocal systemd[1]: Started AnyDesk.
The service should be enabled as well.

$ systemctl is-enabled anydesk.service
enabled
Launch AnyDesk from CLI and the Desktop or CLI.

install anydesk centos rhel 8 01
CLI:

$ anydesk
Posted by: Guest on August-12-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language