Rocky Linux8でAnydeskをインストールする

環境確認
# cat /etc/redhat-release
Rocky Linux release 8.4 (Green Obsidian)

1.リポジトリを追加する

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
# sudo tee /etc/yum.repos.d/anydesk.repo<<EOF
> [anydesk]
> name=AnyDesk CentOS - stable
> baseurl=http://rpm.anydesk.com/centos/x86_64/
> gpgcheck=1
> repo_gpgcheck=1
> gpgkey=https://keys.anydesk.com/repos/RPM-GPG-KEY
> EOF
[anydesk]
name=AnyDesk CentOS - stable
baseurl=http://rpm.anydesk.com/centos/x86_64/
gpgcheck=1
repo_gpgcheck=1
gpgkey=https://keys.anydesk.com/repos/RPM-GPG-KEY
# sudo tee /etc/yum.repos.d/anydesk.repo<<EOF > [anydesk] > name=AnyDesk CentOS - stable > baseurl=http://rpm.anydesk.com/centos/x86_64/ > gpgcheck=1 > repo_gpgcheck=1 > gpgkey=https://keys.anydesk.com/repos/RPM-GPG-KEY > EOF [anydesk] name=AnyDesk CentOS - stable baseurl=http://rpm.anydesk.com/centos/x86_64/ gpgcheck=1 repo_gpgcheck=1 gpgkey=https://keys.anydesk.com/repos/RPM-GPG-KEY
# sudo tee /etc/yum.repos.d/anydesk.repo<<EOF
> [anydesk]
> name=AnyDesk CentOS - stable
> baseurl=http://rpm.anydesk.com/centos/x86_64/
> gpgcheck=1
> repo_gpgcheck=1
> gpgkey=https://keys.anydesk.com/repos/RPM-GPG-KEY
> EOF
[anydesk]
name=AnyDesk CentOS - stable
baseurl=http://rpm.anydesk.com/centos/x86_64/
gpgcheck=1
repo_gpgcheck=1
gpgkey=https://keys.anydesk.com/repos/RPM-GPG-KEY

2.リポジトリを有効にする

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
# sudo dnf -y install epel-release
# sudo dnf -y install epel-release
# sudo dnf -y install epel-release

3.Anydeskをインストールする

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
# sudo dnf install anydesk
インストール済み:
anydesk-6.1.1-1.el7.x86_64 mesa-libGLU-9.0.0-15.el8.x86_64
minizip1.2-1.2.11-24.el8.x86_64
# sudo dnf install anydesk 略 インストール済み: anydesk-6.1.1-1.el7.x86_64 mesa-libGLU-9.0.0-15.el8.x86_64 minizip1.2-1.2.11-24.el8.x86_64
# sudo dnf install anydesk
略
インストール済み:
  anydesk-6.1.1-1.el7.x86_64             mesa-libGLU-9.0.0-15.el8.x86_64
  minizip1.2-1.2.11-24.el8.x86_64

4.AnyDeskを起動

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
「アプリケーション」->「インターネット」->「Anydesk」をクリックします。
「アプリケーション」->「インターネット」->「Anydesk」をクリックします。
「アプリケーション」->「インターネット」->「Anydesk」をクリックします。

 

Rocky Linux 8

Posted by arkgame