Fedora 35にAnyDeskをインストールする方法

環境
OSバージョンの確認
# cat /etc/redhat-release
Fedora release 35 (Thirty Five)

インストールの方法
1.AnyDeskリポジトリを追加しま

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
# 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
[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
# 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 [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
# 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
[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

2. AnyDeskをインストールします

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
# sudo dnf makecache
AnyDesk Fedora - stable 4.7 kB/s | 2.9 kB 00:00
Fedora 35 - x86_64 8.7 kB/s | 5.3 kB 00:00
Fedora 35 openh264 (From Cisco) - x86_64 2.7 kB/s | 989 B 00:00
Fedora Modular 35 - x86_64 15 kB/s | 5.2 kB 00:00
Fedora 35 - x86_64 - Updates 20 kB/s | 6.7 kB 00:00
Fedora Modular 35 - x86_64 - Updates 6.0 kB/s | 6.4 kB 00:01
Fedora Modular 35 - x86_64 - Updates 25 kB/s | 31 kB 00:01
Remi's RPM repository - Fedora 35 - x86_64 735 B/s | 858 B 00:01
Remi's Modular repository - Fedora 35 - x86_64 1.2 kB/s | 858 B 00:00
メタデータキャッシュを作成しました。
# sudo dnf makecache AnyDesk Fedora - stable 4.7 kB/s | 2.9 kB 00:00 Fedora 35 - x86_64 8.7 kB/s | 5.3 kB 00:00 Fedora 35 openh264 (From Cisco) - x86_64 2.7 kB/s | 989 B 00:00 Fedora Modular 35 - x86_64 15 kB/s | 5.2 kB 00:00 Fedora 35 - x86_64 - Updates 20 kB/s | 6.7 kB 00:00 Fedora Modular 35 - x86_64 - Updates 6.0 kB/s | 6.4 kB 00:01 Fedora Modular 35 - x86_64 - Updates 25 kB/s | 31 kB 00:01 Remi's RPM repository - Fedora 35 - x86_64 735 B/s | 858 B 00:01 Remi's Modular repository - Fedora 35 - x86_64 1.2 kB/s | 858 B 00:00 メタデータキャッシュを作成しました。
# sudo dnf makecache
AnyDesk Fedora - stable                                                                         4.7 kB/s | 2.9 kB     00:00
Fedora 35 - x86_64                                                                              8.7 kB/s | 5.3 kB     00:00
Fedora 35 openh264 (From Cisco) - x86_64                                                        2.7 kB/s | 989  B     00:00
Fedora Modular 35 - x86_64                                                                       15 kB/s | 5.2 kB     00:00
Fedora 35 - x86_64 - Updates                                                                     20 kB/s | 6.7 kB     00:00
Fedora Modular 35 - x86_64 - Updates                                                            6.0 kB/s | 6.4 kB     00:01
Fedora Modular 35 - x86_64 - Updates                                                             25 kB/s |  31 kB     00:01
Remi's RPM repository - Fedora 35 - x86_64                                                      735  B/s | 858  B     00:01
Remi's Modular repository - Fedora 35 - x86_64                                                  1.2 kB/s | 858  B     00:00
メタデータキャッシュを作成しました。

anydeskのインストール
# sudo dnf install redhat-lsb-core anydesk

エラーメッセージ
問題: 競合するリクエスト
– libpangox-1.0.so.0()(64bit) が提供されません anydesk-6.1.1-1.x86_64 に必要です

解決方法
# sudo dnf –releasever=32 install pangox-compat.x86_64

3.再度以下のコマンドでanydeskをインストールします

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
# sudo dnf install redhat-lsb-core anydesk
インストール済み:
anydesk-6.1.1-1.x86_64 gtkglext-libs-1.2.0-40.fc35.x86_64 mesa-libGLU-9.0.1-5.fc35.x86_64
minizip-compat-1.2.11-30.fc35.x86_64
# sudo dnf install redhat-lsb-core anydesk 略 インストール済み: anydesk-6.1.1-1.x86_64 gtkglext-libs-1.2.0-40.fc35.x86_64 mesa-libGLU-9.0.1-5.fc35.x86_64 minizip-compat-1.2.11-30.fc35.x86_64
# sudo dnf install redhat-lsb-core anydesk
略
インストール済み:
  anydesk-6.1.1-1.x86_64                      gtkglext-libs-1.2.0-40.fc35.x86_64        mesa-libGLU-9.0.1-5.fc35.x86_64
  minizip-compat-1.2.11-30.fc35.x86_64

4. AnyDeskインストール確認

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
# rpm -qi anydesk
Name : anydesk
Version : 6.1.1
Release : 1
Architecture: x86_64
Install Date: 20211215125831
Group : Applications/Internet
Size : 13542910
License : Proprietary
Signature : RSA/SHA512, 20210416001754秒, Key ID 18df3741cdffde29
Source RPM : anydesk-6.1.1-1.src.rpm
# rpm -qi anydesk Name : anydesk Version : 6.1.1 Release : 1 Architecture: x86_64 Install Date: 2021年12月15日 12時58分31秒 Group : Applications/Internet Size : 13542910 License : Proprietary Signature : RSA/SHA512, 2021年04月16日 00時17分54秒, Key ID 18df3741cdffde29 Source RPM : anydesk-6.1.1-1.src.rpm 略
# rpm -qi anydesk
Name        : anydesk
Version     : 6.1.1
Release     : 1
Architecture: x86_64
Install Date: 2021年12月15日 12時58分31秒
Group       : Applications/Internet
Size        : 13542910
License     : Proprietary
Signature   : RSA/SHA512, 2021年04月16日 00時17分54秒, Key ID 18df3741cdffde29
Source RPM  : anydesk-6.1.1-1.src.rpm
略

5.AnyDeskのステータスを確認します

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
# systemctl status anydesk.service
● anydesk.service - AnyDesk
Loaded: loaded (/etc/systemd/system/anydesk.service; enabled; vendor preset: disabled)
Active: active (running) since Wed 2021-12-15 12:58:51 JST; 2min 15s ago
# systemctl status anydesk.service ● anydesk.service - AnyDesk Loaded: loaded (/etc/systemd/system/anydesk.service; enabled; vendor preset: disabled) Active: active (running) since Wed 2021-12-15 12:58:51 JST; 2min 15s ago
# systemctl status anydesk.service
● anydesk.service - AnyDesk
     Loaded: loaded (/etc/systemd/system/anydesk.service; enabled; vendor preset: disabled)
     Active: active (running) since Wed 2021-12-15 12:58:51 JST; 2min 15s ago

自動起動を設定します

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
# systemctl is-enabled anydesk.service
enabled
# systemctl is-enabled anydesk.service enabled
# systemctl is-enabled anydesk.service
enabled

 

Fedora 35

Posted by arkgame