1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Install AnyDesk to Ubuntu20.04

Last updated at Posted at 2022-11-25

インストール手順

1.AnyDesk公式HPよりLinux用をダウンロードする。

2.ターミナルを立ち上げ、以下の手順に沿ってインストールする(user@PC:~$省略)。

まず、リポジトリキーをソフトウェア・プロバイダー・リストに登録。

wget -qO - https://keys.anydesk.com/repos/DEB-GPG-KEY | sudo apt-key add -

リポジトリを追加。

sudo sh -c 'echo "deb http://deb.anydesk.com/ all main" > /etc/apt/sources.list.d/anydesk-stable.list'

リポジトリを更新。

sudo apt update

インストールする。

sudo apt install anydesk

参考元


QiitaLink
Designed by RENOX

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?