Photo by Laraib from learner lagoon |
This guide will help you install Any Desk on Ubuntu 22.04, making sure that you have an easy and straightforward setup for smooth remote desktop access.
Introduction
AnyDesk is a widely used software for remote desktop access, enabling users to connect to their computers from any location. This provides a smooth experience for remote connections. If you are on Ubuntu 22.04 and need to set up AnyDesk, you’ve come to the right spot.
Step 1: Get AnyDesk for Ubuntu 22.04
Begin by downloading the AnyDesk package specifically for Ubuntu 22.04. Head to the official AnyDesk website and go to the download area. Choose the correct version for Ubuntu and download the .deb file.
Step 2: Launch Terminal
Once the AnyDesk package is downloaded, you need to open the Terminal on your Ubuntu machine. This can be done by pressing Ctrl+Alt+T or by looking for “Terminal” in your applications menu.
Photo by Laraib from learner lagoon |
Step 3: Go to the Downloads Folder
Now, head over to the folder where you saved the AnyDesk package. Usually, this will be found in the Downloads folder. You can switch folders in the Terminal using the cd command. For instance:
$ cd Downloads
$ ll
total 6868
-rw-rw-r-- 1 admin admin 7030504 Mar 5 23:30 anydesk_6.3.0-1_amd64.deb
Step 4: Set Up AnyDesk
After navigating to the Downloads folder, you can proceed to install AnyDesk by utilizing the dpkg command. Be sure to substitute “anydesk_6.3.0-1_amd64.deb” with the correct name of the AnyDesk package that you have downloaded.
$ sudo dpkg -i anydesk_6.3.0-1_amd64.deb
Selecting previously unselected package anydesk.
(Reading database ... 325945 files and directories currently installed.)
Preparing to unpack anydesk_6.3.0-1_amd64.deb ...
Failed to stop anydesk.service: Unit anydesk.service not loaded.
Unpacking anydesk (6.3.0) ...
dpkg: dependency problems prevent configuration of anydesk:
anydesk depends on libgtkglext1; however:
Package libgtkglext1 is not installed.
dpkg: error processing package anydesk (--install):
dependency problems - leaving unconfigured
Processing triggers for hicolor-icon-theme (0.17-2) ...
Processing triggers for mailcap (3.70+nmu1ubuntu1) ...
Processing triggers for gnome-menus (3.36.0-1ubuntu3) ...
Processing triggers for desktop-file-utils (0.26-1ubuntu3) ...
Errors were encountered while processing:
anydesk
To set up AnyDesk on your Ubuntu 22.04 system, use this command. In case you run into dependency problems (mentioned above), check the next section for a fix.
Step 5: Fix Dependencies (if required)
Should you face any dependency issues while installing, you can run this command to sort them out:
$ sudo apt-get install ~/Downloads/anydesk_6.3.0-1_amd64.deb -f
This command will automatically download and set up any necessary dependencies that AnyDesk needs.
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Correcting dependencies... Done
Note, selecting 'anydesk' instead of '/home/admin/Downloads/anydesk_6.3.0-1_amd64.deb'
anydesk is already the newest version (6.3.0).
The following NEW packages will be installed:
libgtkglext1
0 upgraded, 1 newly installed, 0 to remove and 9 not upgraded.
1 not fully installed or removed.
Need to get 73.9 kB of archives.
After this operation, 426 kB of additional disk space will be used.
Get:1 http://us.archive.ubuntu.com/ubuntu jammy/universe amd64 libgtkglext1 amd64 1.2.0-11 [73.9 kB]
Fetched 73.9 kB in 0s (381 kB/s)
Selecting previously unselected package libgtkglext1:amd64.
(Reading database ... 325963 files and directories currently installed.)
Preparing to unpack .../libgtkglext1_1.2.0-11_amd64.deb ...
Unpacking libgtkglext1:amd64 (1.2.0-11) ...
Setting up libgtkglext1:amd64 (1.2.0-11) ...
Setting up anydesk (6.3.0) ...
Created symlink /etc/systemd/system/multi-user.target.wants/anydesk.service → /etc/systemd/system/anydesk.service.
Processing triggers for libc-bin (2.35-0ubuntu3.6) ...
Step 6: Open AnyDesk
After installing AnyDesk, you can start it from the applications menu by going to Activities and typing 'Anydesk' in the search box, or you can simply enter 'anydesk' in the Terminal.
Info!
$ anydesk
Photo by Laraib from learner lagoon |
When you open AnyDesk for the first time, it will show you the version for free use (not for work purposes).
Step 7: Link to Remote Computers
Now that AnyDesk is set up and open, you can connect to other computers by using their AnyDesk address or typing in the computer's ID by hand. Just type the AnyDesk address or ID into the “Remote Desk” box and hit “Connect.”
Photo by Laraib from learner lagoon |
Well done! You have installed AnyDesk on Ubuntu 22.04, and you're all set to enjoy smooth remote desktop access. Whether you want to connect to your work computer from home or assist a friend or family member remotely, AnyDesk has everything you need.
Wrapping Up
Setting up AnyDesk on Ubuntu 22.04 is simple and can be done in just a few easy steps. If you follow the instructions in this guide, you'll quickly have AnyDesk running on your system, allowing you to experience the perks of remote desktop access on Ubuntu.
Always make sure to download AnyDesk from its official website to get the latest and safest version available. Also, remember to regularly update both AnyDesk and your Ubuntu system to the newest security patches and updates for maximum protection against possible risks.
With AnyDesk, you can access your computer from anywhere at any time, making remote work and assistance easier and more manageable than ever. Did you find this article helpful? Your feedback means a lot! We invite you to share your thoughts in the comments section below.