This tutorial for beginners is based on Ubuntu Of Linux Install... On the distribution AnyDesk Of GUI And terminal method .
Is a popular remote desktop software , Can be used for Linux、Windows、BSD、macOS And mobile platforms .
With AnyDesk, You can use it to remotely access other computers , Or let others access your system remotely . Not everyone can access it , Because you need to use both devices AnyDesk. You must accept incoming connections and / Or provide a password for a secure connection .
This is for friends 、 family 、 It's helpful for colleagues and even customers to provide technical support .
In this tutorial , I'll show you in Ubuntu Installation on AnyDesk Graphical and command line methods . You can use these two methods according to your preference . Both methods will be in your Ubuntu Install the same... On the system AnyDesk edition .
The same method should apply to Debian And others based on Debian and Ubuntu Distribution version , Such as Linux Mint,Linux Lite etc. .
Not FOSS Warning !
AnyDesk It's not open source software . It's involved here because it's in Linux Available on the , The focus of the article is Linux.
Method 1: Use terminal in Ubuntu Installation on AnyDesk
On your system . You need someone like wget
Such a tool to , Use the following command :
sudo apt update
sudo apt install wget
The next step is to download AnyDesk The warehouse GPG secret key , And add it to the trusted key of your system . such , Your system will trust the software from this .
wget -qO - https://keys.anydesk.com/repos/DEB-GPG-KEY | sudo apt-key add -
You can ignore about apt-key
Command discard warning . The next step is to AnyDesk The warehouse is added to the warehouse source of the system :
echo "deb http://deb.anydesk.com/ all main" | sudo tee /etc/apt/sources.list.d/anydesk-stable.list
Update package cache , In this way, your system can understand the availability of new applications through the newly added warehouse .
sudo apt update
Now? , You can install AnyDesk 了 :
sudo apt install anydesk
After completion , You can start from the system menu or from the terminal itself AnyDesk:
anydesk
You can now enjoy AnyDesk 了 .
Method 2: stay Ubuntu Install... Graphically on AnyDesk
If you're not used to using the command line , Never mind . You can also install without entering the terminal AnyDesk.
You can start your AnyDesk Download from the official website Ubuntu Upper AnyDesk:
You'll see one “Download Now” The button . Click on it .
When you click the download button , It will provide you with all kinds of Linux Distribution options . choice Ubuntu the :
It will download AnyDesk Of DEB file . It's simple . Or double-click it , Either right-click and use software installation to open .
The software center application will be opened , You can install it there .
After installation , Search for it in the system menu and start there .
That's good . It's not too hard , Is it? ?
I'm not going to show you how to use AnyDesk Steps for . I think you already know something about this problem . without , Please refer to .
Troubleshooting tips
When I try to run... From the system menu AnyDesk when , It didn't start . therefore , I start it from the terminal , It shows the error :
[email protected]:~$ anydesk
anydesk: error while loading shared libraries: libpangox-1.0.so.0: cannot open shared object file: No such file or directory
If you see “” Information , You have to install the package it reported an error . In my case , Here's how I do it :
sudo apt install libpangox-1.0-0
It solved my problem , I hope it can also solve for you .
If you have any questions related to this topic , Please tell me in the comments area .
via:
author : Topic selection : translator : proofreading :
This paper is written by Original compilation , Honor roll out

版权声明
本文为[Linux China]所创,转载请带上原文链接,感谢
https://cdmana.com/2021/10/20211002150153721g.html