{"id":14964,"date":"2022-02-11T09:49:18","date_gmt":"2022-02-11T09:49:18","guid":{"rendered":"https:\/\/linuxways.net\/?p=14964"},"modified":"2022-02-11T09:49:18","modified_gmt":"2022-02-11T09:49:18","slug":"how-to-install-anydesk-on-opensuse","status":"publish","type":"post","link":"https:\/\/linuxways.net\/de\/opensuse\/how-to-install-anydesk-on-opensuse\/","title":{"rendered":"How to Install AnyDesk on openSUSE"},"content":{"rendered":"<p>Similar to <a href=\"https:\/\/linuxways.net\/de\/opensuse\/how-to-install-teamviewer-on-opensuse\/\">TeamViewer<\/a>, AnyDesk is a remote desktop application used by millions of IT professionals and common users. It allows them to securely connect a remote system to help with technical issues. It is available for Linux, FreeBSD, Raspberry Pi, Windows, Chrome OS, macOS, Android, and iOS.<\/p>\n<p>Today&#8217;s post describes how to install AnyDesk on <strong>openSUSE Leap 15.3<\/strong> system. If you need to install AnyDesk on other Linux distributions, visit how to install AnyDesk on <a href=\"https:\/\/linuxways.net\/de\/ubuntu\/how-to-install-anydesk-on-ubuntu-20-04-18-04\/\">Ubuntu<\/a>, <a href=\"https:\/\/linuxways.net\/de\/mint\/how-to-install-anydesk-on-linux-mint-20\/\">Mint<\/a>, and <a href=\"https:\/\/linuxways.net\/de\/centos\/how-to-install-anydesk-on-centos-8\/\">CentOS<\/a>.<\/p>\n<p>This post will cover:<\/p>\n<ul>\n<li>Installation of AnyDesk via Direct Download<\/li>\n<li>Installation of AnyDesk via RPM Repository<\/li>\n<\/ul>\n<p><strong>Note<\/strong>: You will require sudo privileges for installing AnyDesk on your openSUSE machine.<\/p>\n<h2>Method#1 Installing AnyDesk via Direct Download<\/h2>\n<p>In this method, we will install AnyDesk on openSUSE by first downloading the RPM package from <a href=\"https:\/\/anydesk.com\/en\/downloads\/linux\">AnyDesk<\/a> official website. Then we will install this RPM file through the Zypper package manager.<\/p>\n<p>1. First, you will need to download the AnyDesk package either through the command line or through your web browser.<\/p>\n<p>To download AnyDesk through your web browser, visit the AnyDesk <a href=\"https:\/\/anydesk.com\/en\/downloads\/linux\">Downloads<\/a> page for Linux and download the AnyDesk package for openSUSE.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"736\" height=\"614\" class=\"wp-image-14965\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-221.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-221.png 736w, https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-221-300x250.png 300w\" sizes=\"auto, (max-width: 736px) 100vw, 736px\" \/><\/p>\n<p>To download AnyDesk through the command line, open the Terminal and use the below command to download AnyDesk for openSUSE:<\/p>\n<pre>$ wget <a href=\"https:\/\/download.anydesk.com\/linux\/anydesk_6.1.1-1_x86_64.rpm\">https:\/\/download.anydesk.com\/linux\/anydesk_6.1.1-1_x86_64.rpm<\/a><\/pre>\n<p>The file will be downloaded and saved as <strong>anydesk_6.1.1-1_x86_64.rpm<\/strong>.<\/p>\n<p>2. Import the GPG key for AnyDesk through the command below:<\/p>\n<pre>$ rpm --import https:\/\/keys.anydesk.com\/repos\/RPM-GPG-KEY<\/pre>\n<p>3. Now you can install AnyDesk on your openSUSE system through the command below:<\/p>\n<pre>$ sudo zypper install anydesk_6.1.1-1_x86_64.rpm<\/pre>\n<p>The sudo password is required for this command. Provide your sudo password and hit the<strong> Return<\/strong> key. Then you&#8217;ll be given little information about installation, such as the packages that will be installed on your system and their overall size. After providing the information, you will be asked to confirm if you wish to carry on the procedure. Hit <strong>y<\/strong> and then the <strong>Return<\/strong> key to proceed.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"1016\" height=\"576\" class=\"wp-image-14966\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-222.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-222.png 1016w, https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-222-300x170.png 300w, https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-222-768x435.png 768w\" sizes=\"auto, (max-width: 1016px) 100vw, 1016px\" \/><\/p>\n<p>This should install AnyDesk on your openSUSE system.<\/p>\n<p>4. To verify the installation of AnyDesk, run the command below:<\/p>\n<pre>$ anydesk --version<\/pre>\n<p>If AnyDesk is installed, you will see the version number in the output which is 6.1.1 in our system.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"518\" height=\"49\" class=\"wp-image-14967\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-223.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-223.png 518w, https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-223-300x28.png 300w\" sizes=\"auto, (max-width: 518px) 100vw, 518px\" \/><\/p>\n<h2>Method#2 Installing AnyDesk via RPM Repository<\/h2>\n<p>In this method, we will install AnyDesk on openSUSE by adding the RPM repository. Then we will install AnyDesk using the Zypper package manager.<\/p>\n<p>1. Create the repository file <strong>AnyDesk-OpenSUSE.repo<\/strong> through the command below in the Terminal:<\/p>\n<pre>$ sudo nano AnyDesk-OpenSUSE.repo<\/pre>\n<p>The sudo password is required for this command. Provide your sudo password and hit the<strong> Return<\/strong> key.<\/p>\n<p>Add below lines in the file:<\/p>\n<pre>[anydesk]\r\n\r\nname=AnyDesk OpenSUSE - stable\r\n\r\nbaseurl=http:\/\/rpm.anydesk.com\/opensuse\/$basearch\/\r\n\r\ngpgcheck=1\r\n\r\nrepo_gpgcheck=1\r\n\r\ngpgkey=https:\/\/keys.anydesk.com\/repos\/RPM-GPG-KEY<\/pre>\n<p>Then save and close the <strong>AnyDesk-OpenSUSE.repo<\/strong> file.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"614\" height=\"224\" class=\"wp-image-14968\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-224.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-224.png 614w, https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-224-300x109.png 300w\" sizes=\"auto, (max-width: 614px) 100vw, 614px\" \/><\/p>\n<p>2. Then run the command below to add <strong>AnyDesk-OpenSUSE.repo <\/strong>file to your openSUSE repository:<\/p>\n<pre>$ sudo zypper addrepo --repo AnyDesk-OpenSUSE.repo<\/pre>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"887\" height=\"330\" class=\"wp-image-14969\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-225.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-225.png 887w, https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-225-300x112.png 300w, https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-225-768x286.png 768w\" sizes=\"auto, (max-width: 887px) 100vw, 887px\" \/><\/p>\n<p>3. Now run the command below to install AnyDesk to your system:<\/p>\n<pre>$ sudo zypper install anydesk<\/pre>\n<p>After running this command, you&#8217;ll be given little information about installation, such as the package name that will be installed on your system and their overall size. After providing the information, you will be asked to confirm if you wish to carry on the procedure. Hit <strong>y<\/strong> and then the <strong>Return<\/strong> key to proceed.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"901\" height=\"458\" class=\"wp-image-14970\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-226.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-226.png 901w, https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-226-300x152.png 300w, https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-226-768x390.png 768w\" sizes=\"auto, (max-width: 901px) 100vw, 901px\" \/> This should install AnyDesk on your openSUSE system.<\/p>\n<p>4. To verify the installation of AnyDesk, run the command below:<\/p>\n<pre>$ anydesk --version<\/pre>\n<p>If AnyDesk is installed, you will see the version number in the output which is 6.1.1 in our system.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"518\" height=\"49\" class=\"wp-image-14971\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-227.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-227.png 518w, https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-227-300x28.png 300w\" sizes=\"auto, (max-width: 518px) 100vw, 518px\" \/><\/p>\n<h2>Launch AnyDesk<\/h2>\n<p>To open the AnyDesk application, press the super key and then type <em>anydesk<\/em> in the search box. Then click the AnyDesk application icon to open it.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"492\" height=\"252\" class=\"wp-image-14972\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-228.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-228.png 492w, https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-228-300x154.png 300w\" sizes=\"auto, (max-width: 492px) 100vw, 492px\" \/><\/p>\n<p>This will launch AnyDesk on your openSUSE system.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"824\" height=\"446\" class=\"wp-image-14973\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-229.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-229.png 824w, https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-229-300x162.png 300w, https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-229-768x416.png 768w\" sizes=\"auto, (max-width: 824px) 100vw, 824px\" \/><\/p>\n<h2>Uninstall AnyDesk<\/h2>\n<p>You can uninstall AnyDesk through the command below if you no longer require it on your openSUSE system:<\/p>\n<pre>$ sudo zypper remove anydesk<\/pre>\n<p>The sudo password is required for this command. Provide your sudo password and hit the<strong> Return<\/strong> key. After running this command, you&#8217;ll be given little information about the removal process, such as the packages that will be uninstalled from your system and the disk space that will be freed up. After providing the information, you will be asked to confirm if you wish to carry on the procedure. Hit <strong>y<\/strong> and then the <strong>Return<\/strong> key to proceed.<\/p>\n<p>This tutorial described how to install AnyDesk remote desktop application on openSUSE system. Using any of the methods described above, you can easily set up the AnyDesk remote desktop application on your system. In the end, this tutorial also described how to uninstall AnyDesk if someone needs to do so. For more information about AnyDesk, visit its official <a href=\"https:\/\/anydesk.com\/en\">website<\/a>.<\/p>","protected":false},"excerpt":{"rendered":"<p>Similar to TeamViewer, AnyDesk is a remote desktop application used by millions of IT professionals and common users. It allows them to securely connect a remote system to&hellip;<\/p>","protected":false},"author":1,"featured_media":15114,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[83],"tags":[258,858],"class_list":["post-14964","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-opensuse","tag-anydesk","tag-opensuse"],"_links":{"self":[{"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/posts\/14964","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/comments?post=14964"}],"version-history":[{"count":0,"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/posts\/14964\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/media\/15114"}],"wp:attachment":[{"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/media?parent=14964"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/categories?post=14964"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/tags?post=14964"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}