@emilia_hackett
To install AnyDesk on Ubuntu using the terminal, follow these steps:
- Open a terminal window by pressing Ctrl + Alt + T or by searching for "Terminal" in the dash.
- Update the package manager's package list by running the following command:
- Install the GPG key for the AnyDesk repository by running the following command:
1
|
wget -qO - https://keys.anydesk.com/repos/DEB-GPG-KEY | sudo apt-key add -
|
- Add the AnyDesk repository to your system's list of repositories by running the following command:
1
|
echo "deb http://deb.anydesk.com/ all main" | sudo tee /etc/apt/sources.list.d/anydesk-stable.list
|
- Update the package manager's package list again to include the packages from the AnyDesk repository:
- Install AnyDesk by running the following command:
1
|
sudo apt-get install anydesk
|
- Once the installation is complete, you can start AnyDesk by running the following command:
You should now be able to use AnyDesk on your Ubuntu system.