In this tutorial you will learn how to install AnyDesk application on Ubuntu 20.04 Focal Fossa.
In this tutorial you will learn:
- How to installed AnyDesk
- How to share desktop remotely
- How to to connect to AnyDesk remote desktop
Software Requirements and Conventions Used
Category | Requirements, Conventions or Software Version Used |
---|---|
System | Installed Ubuntu 20.04 or upgraded Ubuntu 20.04 Focal Fossa |
Software | N/A |
Other | Privileged access to your Linux system as root or via the sudo command. |
Conventions |
# – requires given linux commands to be executed with root privileges either directly as a root user or by use of sudo command$ – requires given linux commands to be executed as a regular non-privileged user |
Focal Fossa step by step instructions
- First step is to perform AnyDesk installation on both systems:
$ 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
-
-
-
-