{"id":1168,"date":"2022-05-28T10:39:07","date_gmt":"2022-05-28T10:39:07","guid":{"rendered":"https:\/\/tryrdp.com\/blog\/?p=1168"},"modified":"2026-05-24T06:27:29","modified_gmt":"2026-05-24T06:27:29","slug":"install-anydesk-in-ubuntu","status":"publish","type":"post","link":"https:\/\/tryrdp.com\/blog\/install-anydesk-in-ubuntu\/","title":{"rendered":"How to Install AnyDesk in Ubuntu?"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">There are many remote desktop software programs available for a variety of platforms, including <a href=\"https:\/\/tryrdp.com\/linux-vps\">Linux<\/a>, <a href=\"https:\/\/tryrdp.com\/windows-vps\">Windows<\/a>, BSD, macOS, and even mobile platforms like Android, iOS, etc.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">AnyDesk is one of the most popular remote desktop software available on the internet, with millions of users around the globe, and it is used by a lot of companies today.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">You can use this tool to remote access any computer using AnyDesk or you can give someone else remote access to your system through AnyDesk.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Despite the fact that two devices are using AnyDesk, it is not accessible by everyone. To ensure that the connection is secure, you will have to accept and\/or enter a password for the connection to be secure.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In some circumstances, it might be helpful to provide a tech support service to a friend, family member, colleague, or even a customer.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What is AnyDesk?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/anydesk.com\/\">AnyDesk<\/a> is an application for remote access that can be downloaded on a variety of platforms and can be used to log into any device.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">It is a wonderful tool to access your computers at home remotely from your phone when traveling and it is something that many users want.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">AnyDesk is a popular application that is also required in the IT departments of many organizations in order to keep track and resolve issues that might occur with computers. A secure and reliable remote desktop connection is available to the user through the AnyDesk App.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In addition to the performance of the AnyDesk application, it offers the user low latencies and high framerates as well, making work more efficient.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The company is also known for its security, and to ensure that users&#8217; devices are well protected against unauthorized access, that&#8217;s why TLS technology is provided.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This ensures that the user&#8217;s device is well protected against unauthorized access. RSA 2048 symmetric encryption is also used by the company for verification of each connection, and the servers are built-in Erlang technology, a platform that is specially designed specifically for this purpose.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Using the Anydesk app is simple as no administrative privileges are required and no installation is necessary for it to work. It can be used instantly without any installation requirements on any OS.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">It is also possible for the users to work on their mobile devices while they are on the move due to the availability of this app.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">AnyDesk&#8217;s exceptional convenience is its ability to run on all of the major operating systems and devices available to the public without any additional fees.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Key features of AnyDesk<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Here below we have mentioned all the key features of AnyDesk:-<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>File Transfer<\/li>\n\n\n\n<li>Privacy Mode<\/li>\n\n\n\n<li>Teamwork<\/li>\n\n\n\n<li>Unattended Access<\/li>\n\n\n\n<li>Remote Printing<\/li>\n\n\n\n<li>Security<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Install AnyDesk in Ubuntu<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">This tutorial will walk you through both <strong>installing AnyDesk on Ubuntu using the graphical user interface and using the command line<\/strong>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">It is up to you which method you prefer to use, but you can use either one. Using either method, AnyDesk will be installed on your Ubuntu system in the same version.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Install AnyDesk using terminal<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Open or access the terminal from your system by opening the application.&nbsp;<\/li>\n\n\n\n<li>In order to download files from the terminal, you will need to use a tool such as wget.<\/li>\n\n\n\n<li>Here are the exact commands you must use:-<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apt update\nsudo apt install wget<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Next, it is now necessary to download the GPG key for the repository of AnyDesk that you will be able to use.<\/li>\n\n\n\n<li>Afterward, you will need to add it to the trust lists of your computer.<\/li>\n\n\n\n<li>Once you do this, the system will recognize this external repository as a legitimate download and is apt to trust it.<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>wget -qO - https:\/\/keys.anydesk.com\/repos\/DEB-GPG-KEY | sudo apt-key add -<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>At this point, it is okay to ignore the warning about the apt-key command being deprecated.<\/li>\n\n\n\n<li>Adding the repository of AnyDesk to the repository sources on your system is the next step in this process:<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>echo \"deb http:\/\/deb.anydesk.com\/ all main\" | sudo tee \/etc\/apt\/sources.list.d\/anydesk-stable.list<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>In order to inform your system of the available applications, your system needs to have the repository added to the package cache.<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apt update<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>In order to install the AnyDesk software, you will be required to use the command shown below:<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apt install anydesk<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>When that is done, you will be able to start AnyDesk either from the system menu or directly from the terminal.<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>That&#8217;s it, now you are done.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading has-text-align-left\">Install AnyDesk using graphically on Ubuntu<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Using the command line isn&#8217;t necessary for those of you who are uncomfortable with it. The software can also be installed without using the command line.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>First of all, on the official AnyDesk website, you can download the AnyDesk interface for Ubuntu.<\/li>\n\n\n\n<li>As soon as you have successfully completed the above step, the AnyDesk application DEB file will now be downloaded.<\/li>\n\n\n\n<li>The next thing I would like to tell you is that installing a DEB file is an extremely easy process. All you need to do is double-click or right-click and open with Software Installer.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image is-resized\"><img decoding=\"async\" src=\"https:\/\/lh6.googleusercontent.com\/mGqvFhbi8NC9YT3PA6IRQ8bDYwn6iw39h2hkgdaSvN-7fGl21tgthLnp6Bo2S0sUcFjMHkVIT_kgljIKTG9ySm9EJiS2o5GYvLjIKA0EQ-qxZoB_2RoCTHvq0Wu3qEKOjCmSpO3vYJq1JM8oZA\" alt=\"\" style=\"width:389px;height:444px\"\/><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li>From there, you will be able to download it through the Software Center application and install it once it has been downloaded.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image is-resized\"><img decoding=\"async\" src=\"https:\/\/lh6.googleusercontent.com\/nM5Z4IBVRSfm3uOvhOQbpUFoqxwtkjpR4_A2Mkyyn1JrUJAMnQbiWMeoL9345mqUxoPtXQe-3qL__1ZIitzbsemCLq5lEKZdMSYQgCibHrqjhe9doQt4ymBdGrnIh806XGO5oe4Bcm6w1-96FA\" alt=\"\" style=\"width:675px;height:257px\"\/><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li>You can locate it in the system menu once it has been installed and from there, you can start using it.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image is-resized\"><img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/8Xd4q9_w9joHPwqB3UDL21MT5r9H-cmWrieYmaxJ3XtTlUSEVs7PB1wb_tvu7CEnpbAwnrKFn_R__LPuwsfv8OGofQauaOe7hy-QZdSgZqdT2H1ZyL-Hp5AdrIJ77Pqw9bvGIntrM8BpjS_Z_Q\" alt=\"\" style=\"width:366px;height:178px\"\/><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li>There you have it, now you are finished.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Conclusion<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The purpose of this article is to express my thanks to you both for taking the time to read this article. I hope you will find it informative as well as useful.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Using the comments section below, we invite you to please contact us if you have any feedback for us or if you have any questions for us.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>There are many remote desktop software programs available for a variety of platforms, including Linux, Windows, BSD, macOS, and even mobile platforms like Android, iOS, etc. AnyDesk is one of the most popular remote desktop &#8230; <\/p>\n<p class=\"read-more-container\"><a title=\"How to Install AnyDesk in Ubuntu?\" class=\"read-more button\" href=\"https:\/\/tryrdp.com\/blog\/install-anydesk-in-ubuntu\/#more-1168\" aria-label=\"More on How to Install AnyDesk in Ubuntu?\">Read more<\/a><\/p>\n","protected":false},"author":7,"featured_media":1187,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[32],"tags":[83,84],"class_list":["post-1168","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-vps","tag-install-anydesk","tag-install-anydesk-on-vps"],"featured_image_src":"https:\/\/tryrdp.com\/blog\/wp-content\/uploads\/2022\/05\/How-to-Install-AnyDesk-in-Ubuntu.png","author_info":{"display_name":"Tithi Mukherjee","author_link":"https:\/\/tryrdp.com\/blog\/author\/tithi\/"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.7 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Install AnyDesk in Ubuntu?<\/title>\n<meta name=\"description\" content=\"There are many desktop remote control software options available on the Internet, but AnyDesk is among the most popular ones. And in this tutorial for novices, you will learn both graphical and terminal methods that can be used to install AnyDesk on Ubuntu or another Linux-based distribution.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/tryrdp.com\/blog\/install-anydesk-in-ubuntu\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Install AnyDesk in Ubuntu?\" \/>\n<meta property=\"og:description\" content=\"There are many desktop remote control software options available on the Internet, but AnyDesk is among the most popular ones. And in this tutorial for novices, you will learn both graphical and terminal methods that can be used to install AnyDesk on Ubuntu or another Linux-based distribution.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/tryrdp.com\/blog\/install-anydesk-in-ubuntu\/\" \/>\n<meta property=\"og:site_name\" content=\"TryRDP Blog\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/profile.php?id=100003803338568\" \/>\n<meta property=\"article:published_time\" content=\"2022-05-28T10:39:07+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-24T06:27:29+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/tryrdp.com\/blog\/wp-content\/uploads\/2022\/05\/How-to-Install-AnyDesk-in-Ubuntu.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"1080\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Tithi Mukherjee\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Tithi Mukherjee\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/tryrdp.com\\\/blog\\\/install-anydesk-in-ubuntu\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/tryrdp.com\\\/blog\\\/install-anydesk-in-ubuntu\\\/\"},\"author\":{\"name\":\"Tithi Mukherjee\",\"@id\":\"https:\\\/\\\/tryrdp.com\\\/blog\\\/#\\\/schema\\\/person\\\/6987ffd35a3b8930dfc6f1ce18128881\"},\"headline\":\"How to Install AnyDesk in Ubuntu?\",\"datePublished\":\"2022-05-28T10:39:07+00:00\",\"dateModified\":\"2026-05-24T06:27:29+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/tryrdp.com\\\/blog\\\/install-anydesk-in-ubuntu\\\/\"},\"wordCount\":933,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/tryrdp.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/tryrdp.com\\\/blog\\\/install-anydesk-in-ubuntu\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/tryrdp.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/05\\\/How-to-Install-AnyDesk-in-Ubuntu.png\",\"keywords\":[\"install anydesk\",\"install anydesk on vps\"],\"articleSection\":[\"VPS\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/tryrdp.com\\\/blog\\\/install-anydesk-in-ubuntu\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/tryrdp.com\\\/blog\\\/install-anydesk-in-ubuntu\\\/\",\"url\":\"https:\\\/\\\/tryrdp.com\\\/blog\\\/install-anydesk-in-ubuntu\\\/\",\"name\":\"How to Install AnyDesk in Ubuntu?\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/tryrdp.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/tryrdp.com\\\/blog\\\/install-anydesk-in-ubuntu\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/tryrdp.com\\\/blog\\\/install-anydesk-in-ubuntu\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/tryrdp.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/05\\\/How-to-Install-AnyDesk-in-Ubuntu.png\",\"datePublished\":\"2022-05-28T10:39:07+00:00\",\"dateModified\":\"2026-05-24T06:27:29+00:00\",\"description\":\"There are many desktop remote control software options available on the Internet, but AnyDesk is among the most popular ones. And in this tutorial for novices, you will learn both graphical and terminal methods that can be used to install AnyDesk on Ubuntu or another Linux-based distribution.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/tryrdp.com\\\/blog\\\/install-anydesk-in-ubuntu\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/tryrdp.com\\\/blog\\\/install-anydesk-in-ubuntu\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/tryrdp.com\\\/blog\\\/install-anydesk-in-ubuntu\\\/#primaryimage\",\"url\":\"https:\\\/\\\/tryrdp.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/05\\\/How-to-Install-AnyDesk-in-Ubuntu.png\",\"contentUrl\":\"https:\\\/\\\/tryrdp.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/05\\\/How-to-Install-AnyDesk-in-Ubuntu.png\",\"width\":1920,\"height\":1080,\"caption\":\"How to Install AnyDesk in Ubuntu\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/tryrdp.com\\\/blog\\\/install-anydesk-in-ubuntu\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/tryrdp.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Install AnyDesk in Ubuntu?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/tryrdp.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/tryrdp.com\\\/blog\\\/\",\"name\":\"TryRDP Blog\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/tryrdp.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/tryrdp.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/tryrdp.com\\\/blog\\\/#organization\",\"name\":\"TryRDP Blog\",\"url\":\"https:\\\/\\\/tryrdp.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/tryrdp.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/tryrdp.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/08\\\/cropped-logolight-1.png\",\"contentUrl\":\"https:\\\/\\\/tryrdp.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/08\\\/cropped-logolight-1.png\",\"width\":300,\"height\":60,\"caption\":\"TryRDP Blog\"},\"image\":{\"@id\":\"https:\\\/\\\/tryrdp.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/tryrdp.com\\\/blog\\\/#\\\/schema\\\/person\\\/6987ffd35a3b8930dfc6f1ce18128881\",\"name\":\"Tithi Mukherjee\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/23f9430b19f9ee3482116460ac7e06397667bf8203e47007bd2879755eda318c?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/23f9430b19f9ee3482116460ac7e06397667bf8203e47007bd2879755eda318c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/23f9430b19f9ee3482116460ac7e06397667bf8203e47007bd2879755eda318c?s=96&d=mm&r=g\",\"caption\":\"Tithi Mukherjee\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/profile.php?id=100003803338568\",\"https:\\\/\\\/www.instagram.com\\\/tithiimukherjee_\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/sulagna-mukherjee-tithi\\\/\",\"https:\\\/\\\/www.youtube.com\\\/@NoobieTechsTithi_mukherjee\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Install AnyDesk in Ubuntu?","description":"There are many desktop remote control software options available on the Internet, but AnyDesk is among the most popular ones. And in this tutorial for novices, you will learn both graphical and terminal methods that can be used to install AnyDesk on Ubuntu or another Linux-based distribution.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/tryrdp.com\/blog\/install-anydesk-in-ubuntu\/","og_locale":"en_US","og_type":"article","og_title":"How to Install AnyDesk in Ubuntu?","og_description":"There are many desktop remote control software options available on the Internet, but AnyDesk is among the most popular ones. And in this tutorial for novices, you will learn both graphical and terminal methods that can be used to install AnyDesk on Ubuntu or another Linux-based distribution.","og_url":"https:\/\/tryrdp.com\/blog\/install-anydesk-in-ubuntu\/","og_site_name":"TryRDP Blog","article_author":"https:\/\/www.facebook.com\/profile.php?id=100003803338568","article_published_time":"2022-05-28T10:39:07+00:00","article_modified_time":"2026-05-24T06:27:29+00:00","og_image":[{"width":1920,"height":1080,"url":"https:\/\/tryrdp.com\/blog\/wp-content\/uploads\/2022\/05\/How-to-Install-AnyDesk-in-Ubuntu.png","type":"image\/png"}],"author":"Tithi Mukherjee","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Tithi Mukherjee","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/tryrdp.com\/blog\/install-anydesk-in-ubuntu\/#article","isPartOf":{"@id":"https:\/\/tryrdp.com\/blog\/install-anydesk-in-ubuntu\/"},"author":{"name":"Tithi Mukherjee","@id":"https:\/\/tryrdp.com\/blog\/#\/schema\/person\/6987ffd35a3b8930dfc6f1ce18128881"},"headline":"How to Install AnyDesk in Ubuntu?","datePublished":"2022-05-28T10:39:07+00:00","dateModified":"2026-05-24T06:27:29+00:00","mainEntityOfPage":{"@id":"https:\/\/tryrdp.com\/blog\/install-anydesk-in-ubuntu\/"},"wordCount":933,"commentCount":0,"publisher":{"@id":"https:\/\/tryrdp.com\/blog\/#organization"},"image":{"@id":"https:\/\/tryrdp.com\/blog\/install-anydesk-in-ubuntu\/#primaryimage"},"thumbnailUrl":"https:\/\/tryrdp.com\/blog\/wp-content\/uploads\/2022\/05\/How-to-Install-AnyDesk-in-Ubuntu.png","keywords":["install anydesk","install anydesk on vps"],"articleSection":["VPS"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/tryrdp.com\/blog\/install-anydesk-in-ubuntu\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/tryrdp.com\/blog\/install-anydesk-in-ubuntu\/","url":"https:\/\/tryrdp.com\/blog\/install-anydesk-in-ubuntu\/","name":"How to Install AnyDesk in Ubuntu?","isPartOf":{"@id":"https:\/\/tryrdp.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/tryrdp.com\/blog\/install-anydesk-in-ubuntu\/#primaryimage"},"image":{"@id":"https:\/\/tryrdp.com\/blog\/install-anydesk-in-ubuntu\/#primaryimage"},"thumbnailUrl":"https:\/\/tryrdp.com\/blog\/wp-content\/uploads\/2022\/05\/How-to-Install-AnyDesk-in-Ubuntu.png","datePublished":"2022-05-28T10:39:07+00:00","dateModified":"2026-05-24T06:27:29+00:00","description":"There are many desktop remote control software options available on the Internet, but AnyDesk is among the most popular ones. And in this tutorial for novices, you will learn both graphical and terminal methods that can be used to install AnyDesk on Ubuntu or another Linux-based distribution.","breadcrumb":{"@id":"https:\/\/tryrdp.com\/blog\/install-anydesk-in-ubuntu\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/tryrdp.com\/blog\/install-anydesk-in-ubuntu\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/tryrdp.com\/blog\/install-anydesk-in-ubuntu\/#primaryimage","url":"https:\/\/tryrdp.com\/blog\/wp-content\/uploads\/2022\/05\/How-to-Install-AnyDesk-in-Ubuntu.png","contentUrl":"https:\/\/tryrdp.com\/blog\/wp-content\/uploads\/2022\/05\/How-to-Install-AnyDesk-in-Ubuntu.png","width":1920,"height":1080,"caption":"How to Install AnyDesk in Ubuntu"},{"@type":"BreadcrumbList","@id":"https:\/\/tryrdp.com\/blog\/install-anydesk-in-ubuntu\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/tryrdp.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Install AnyDesk in Ubuntu?"}]},{"@type":"WebSite","@id":"https:\/\/tryrdp.com\/blog\/#website","url":"https:\/\/tryrdp.com\/blog\/","name":"TryRDP Blog","description":"","publisher":{"@id":"https:\/\/tryrdp.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/tryrdp.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/tryrdp.com\/blog\/#organization","name":"TryRDP Blog","url":"https:\/\/tryrdp.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/tryrdp.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/tryrdp.com\/blog\/wp-content\/uploads\/2021\/08\/cropped-logolight-1.png","contentUrl":"https:\/\/tryrdp.com\/blog\/wp-content\/uploads\/2021\/08\/cropped-logolight-1.png","width":300,"height":60,"caption":"TryRDP Blog"},"image":{"@id":"https:\/\/tryrdp.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/tryrdp.com\/blog\/#\/schema\/person\/6987ffd35a3b8930dfc6f1ce18128881","name":"Tithi Mukherjee","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/23f9430b19f9ee3482116460ac7e06397667bf8203e47007bd2879755eda318c?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/23f9430b19f9ee3482116460ac7e06397667bf8203e47007bd2879755eda318c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/23f9430b19f9ee3482116460ac7e06397667bf8203e47007bd2879755eda318c?s=96&d=mm&r=g","caption":"Tithi Mukherjee"},"sameAs":["https:\/\/www.facebook.com\/profile.php?id=100003803338568","https:\/\/www.instagram.com\/tithiimukherjee_","https:\/\/www.linkedin.com\/in\/sulagna-mukherjee-tithi\/","https:\/\/www.youtube.com\/@NoobieTechsTithi_mukherjee"]}]}},"_links":{"self":[{"href":"https:\/\/tryrdp.com\/blog\/wp-json\/wp\/v2\/posts\/1168","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tryrdp.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tryrdp.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tryrdp.com\/blog\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/tryrdp.com\/blog\/wp-json\/wp\/v2\/comments?post=1168"}],"version-history":[{"count":1,"href":"https:\/\/tryrdp.com\/blog\/wp-json\/wp\/v2\/posts\/1168\/revisions"}],"predecessor-version":[{"id":4050,"href":"https:\/\/tryrdp.com\/blog\/wp-json\/wp\/v2\/posts\/1168\/revisions\/4050"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/tryrdp.com\/blog\/wp-json\/wp\/v2\/media\/1187"}],"wp:attachment":[{"href":"https:\/\/tryrdp.com\/blog\/wp-json\/wp\/v2\/media?parent=1168"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tryrdp.com\/blog\/wp-json\/wp\/v2\/categories?post=1168"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tryrdp.com\/blog\/wp-json\/wp\/v2\/tags?post=1168"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}