AnyDesk is a well-liked distant desktop software program that enables customers to attach and management different computer systems remotely. It’s light-weight, quick, and splendid for anybody who must entry their techniques from afar, troubleshoot remotely, or collaborate with others on their units.
On this information, we’ll cowl learn how to set up AnyDesk on Ubuntu in a couple of easy steps.
Putting in AnyDesk in Ubuntu
First, it’s a good suggestion to replace your system packages to make sure you’re working with the most recent variations.
sudo apt replace && sudo apt improve -y
Subsequent, you should add the AnyDesk repository key, which confirms the authenticity of the software program.
wget -qO – https://keys.anydesk.com/repos/DEB-GPG-KEY | sudo apt-key add -
Subsequent, add the AnyDesk repository in order that your system is aware of the place to search out AnyDesk if you set up it.
echo “deb http://deb.anydesk.com/ all major” | sudo tee /and so forth/apt/sources.record.d/anydesk.record
Now that the AnyDesk repository is added, replace the bundle record once more to incorporate the most recent packages from the AnyDesk repository:
sudo apt replace
With the repository added and the packages record up to date, you’re prepared to put in AnyDesk.
sudo apt set up anydesk -y
After set up, you can begin AnyDesk from the purposes menu, or you may launch it straight from the terminal by typing:
anydesk
Whenever you open AnyDesk for the primary time, you’ll see your AnyDesk handle on the principle window. You need to use this handle to hook up with different computer systems or share it with others for distant entry.
Uninstall AnyDesk in Ubuntu
If, for any cause, you need to take away AnyDesk out of your system, you are able to do so by operating:
sudo apt take away anydesk -y
This command removes AnyDesk, however it retains the AnyDesk repository in your sources record. In case you additionally need to take away the repository, delete the anydesk.record file:
sudo rm /and so forth/apt/sources.record.d/anydesk.record
Then, replace your bundle record:
sudo apt replace
Conclusion
You’ve gotten efficiently put in AnyDesk in your Ubuntu system! Now you may simply connect with and management distant units, collaborate with others, or help folks with technical points from afar.
AnyDesk affords a user-friendly interface with fast connection speeds, making it a dependable selection for distant desktop wants.