{"id":13024,"date":"2019-03-30T03:04:14","date_gmt":"2019-03-30T03:04:14","guid":{"rendered":"http:\/\/www.appservgrid.com\/paw92\/?p=13024"},"modified":"2019-03-30T03:04:14","modified_gmt":"2019-03-30T03:04:14","slug":"how-to-install-teamviewer-on-rhel-centos-fedora-and-debian-ubuntu","status":"publish","type":"post","link":"https:\/\/www.appservgrid.com\/paw92\/index.php\/2019\/03\/30\/how-to-install-teamviewer-on-rhel-centos-fedora-and-debian-ubuntu\/","title":{"rendered":"How to Install TeamViewer on RHEL\/CentOS\/Fedora and Debian\/Ubuntu"},"content":{"rendered":"<p><strong>Teamviewer<\/strong>\u00a0is a cross-platform, powerful and secure remote access and control software that can connect to multiple devices simultaneously. It is an all-in-one solution for remote support which can be used for desktop sharing, online meetings and\u00a0<a href=\"https:\/\/www.tecmint.com\/nitroshare-share-files-between-linux-ubuntu-windows\/\" target=\"_blank\" rel=\"noopener\">file transfer between devices<\/a>\u00a0connected over the Internet.<\/p>\n<p>It works on notable operating systems such as Linux, Windows, Mac OS, Chrome OS and mobile operating systems such as iOS, Android, Windows Universal Platform, and BlackBerry.<\/p>\n<p>Recently, the latest stable version of\u00a0<strong>TeamViewer 13<\/strong>\u00a0was released with new features and many improvements.<\/p>\n<h4>Features of TeamViewer<\/h4>\n<p>Following are some of the new features are added in\u00a0<strong>TeamViewer 13<\/strong>\u00a0which are highlighted below:<\/p>\n<ol>\n<li>It is cross-platform, it can connect from PC to PC, mobile to PC, PC to mobile, and even mobile to mobile connections on the major operating systems mentioned above.<\/li>\n<li>Highly compatible with multiple platforms, from modern to relatively old operating systems.<\/li>\n<li>Requires no configurations.<\/li>\n<li>Easy to install and understand.<\/li>\n<li>Available in over 30 international languages.<\/li>\n<li>Offers high performance with smart connection setup and routing, efficient bandwidth usage, fast data transmissions plus many more for reliable user experience.<\/li>\n<li>Provides high security with latest technology.<\/li>\n<li>It is free for testing purposes and personal use.<\/li>\n<li>Needs no installation, users can now user TeamViewer without necessarily installing it.<\/li>\n<li>Supports custom QuickSupport, QuickJoin, and Host modules named with a user\u2019s corporate identity with custom configurations.<\/li>\n<li>Permits permanent access to unattended devices with support of TeamViewer Host module.<\/li>\n<li>Supports integration with a user\u2019s applications through APIs.<\/li>\n<li>Also supports integration into mobile applications in iOS\/Android.<\/li>\n<\/ol>\n<h3>How do I Install Teamviewer 13 on RedHat, CentOS, Fedora<\/h3>\n<p>You may download package for rpm based Linux distributions at\u00a0<a href=\"https:\/\/www.teamviewer.com\/en\/download\/linux\/\" target=\"_blank\" rel=\"nofollow noopener\">Teamviewer download<\/a>\u00a0page or you can use following\u00a0<a href=\"https:\/\/www.tecmint.com\/10-wget-command-examples-in-linux\/\" target=\"_blank\" rel=\"noopener\">wget command<\/a>\u00a0to download and install it as shown.<\/p>\n<pre><strong>------------- On 64-bit Systems -------------<\/strong> \r\n# wget https:\/\/download.teamviewer.com\/download\/linux\/teamviewer.x86_64.rpm\r\n# yum install teamviewer.x86_64.rpm\r\n\r\n<strong>------------- On 32-bit Systems -------------<\/strong>\r\n# wget https:\/\/download.teamviewer.com\/download\/linux\/teamviewer.i686.rpm\r\n# yum install teamviewer.i686.rpm\r\n<\/pre>\n<p>If you get missing public key error, you can download public key and import it using the following command.<\/p>\n<pre># wget https:\/\/download.teamviewer.com\/download\/TeamViewer_Linux_PubKey.asc\r\n# rpm --import TeamViewer_Linux_PubKey.asc\r\n<\/pre>\n<p>After importing the public key, please run the \u201c<strong>yum install<\/strong>\u201d command again to install the Teamviewer rpm.<\/p>\n<pre># yum install teamviewer.x86_64.rpm\r\n<\/pre>\n<p>To start Teamviewer application, run the following command from the terminal.<\/p>\n<pre># teamviewer\r\n<\/pre>\n<p>Teamviewer application running on my\u00a0<strong>CentOS 7<\/strong>\u00a0system.<\/p>\n<div id=\"attachment_28167\" class=\"wp-caption aligncenter\">\n<p><a href=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2016\/12\/Install-TeamViewer-on-CentOS-7.png\"><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-28167\" src=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2016\/12\/Install-TeamViewer-on-CentOS-7.png\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" srcset=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2016\/12\/Install-TeamViewer-on-CentOS-7.png 1024w, https:\/\/www.tecmint.com\/wp-content\/uploads\/2016\/12\/Install-TeamViewer-on-CentOS-7-768x576.png 768w\" alt=\"TeamViewer 13 Running on CentOS 7\" width=\"1024\" height=\"768\" aria-describedby=\"caption-attachment-28167\" data-lazy-loaded=\"true\" \/><\/a><\/p>\n<p id=\"caption-attachment-28167\" class=\"wp-caption-text\">TeamViewer 13 Running on CentOS 7<\/p>\n<\/div>\n<h3>How do I Install Teamviewer 13 on Debian, Ubuntu and Linux Mint<\/h3>\n<p>You may download package for\u00a0<strong>.deb<\/strong>\u00a0based Linux distributions at\u00a0<a href=\"https:\/\/www.teamviewer.com\/en\/download\/linux\/\" target=\"_blank\" rel=\"nofollow noopener\">Teamviewer download<\/a>\u00a0page or you can use following\u00a0<a href=\"https:\/\/www.tecmint.com\/10-wget-command-examples-in-linux\/\" target=\"_blank\" rel=\"noopener\">wget command<\/a>\u00a0to download and install it as shown.<\/p>\n<pre><strong>------------- On 64-bit Systems -------------<\/strong> \r\n$ wget https:\/\/download.teamviewer.com\/download\/linux\/teamviewer_amd64.deb\r\n$ sudo dpkg -i teamviewer_amd64.deb\r\n\r\n<strong>------------- On 32-bit Systems -------------<\/strong>\r\n$ wget https:\/\/download.teamviewer.com\/download\/linux\/teamviewer_i386.deb\r\n$ sudo dpkg -i teamviewer_i386.deb\r\n<\/pre>\n<p>If you get missing dependencies error, please use the following command to install those dependencies.<\/p>\n<pre>$ sudo apt-get install -f\r\n<\/pre>\n<p>Once installation is done, you can start Teamviewer from the terminal or go to Ubuntu\u00a0<strong>Dash Home<\/strong>\u00a0and type\u00a0<strong>teamviewer<\/strong>\u00a0and click on icon to run application.<\/p>\n<pre>$ teamviewer\r\n<\/pre>\n<div id=\"attachment_23679\" class=\"wp-caption aligncenter\">\n<p><a href=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2013\/12\/TeamViewer-Running-on-Ubuntu.png\"><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-23679\" src=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2013\/12\/TeamViewer-Running-on-Ubuntu.png\" sizes=\"auto, (max-width: 960px) 100vw, 960px\" srcset=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2013\/12\/TeamViewer-Running-on-Ubuntu.png 960w, https:\/\/www.tecmint.com\/wp-content\/uploads\/2013\/12\/TeamViewer-Running-on-Ubuntu-768x390.png 768w\" alt=\"TeamViewer Running on Ubuntu 16.04\" width=\"960\" height=\"487\" aria-describedby=\"caption-attachment-23679\" data-lazy-loaded=\"true\" \/><\/a><\/p>\n<p id=\"caption-attachment-23679\" class=\"wp-caption-text\">TeamViewer Running on Ubuntu 16.04<\/p>\n<\/div>\n<p>To start on\u00a0<strong>Linux Mint<\/strong>, Go to\u00a0<strong>Menu<\/strong>\u00a0&gt;&gt;\u00a0<strong>Internet<\/strong>\u00a0&gt;&gt;\u00a0<strong>Teamviewe<\/strong>r and click on\u00a0<strong>Accept License Agreement<\/strong>\u00a0to run application.<\/p>\n<div id=\"attachment_23680\" class=\"wp-caption aligncenter\">\n<p><a href=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2013\/12\/TeamViewer-Running-on-LinuxMint.png\"><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-23680\" src=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2013\/12\/TeamViewer-Running-on-LinuxMint.png\" sizes=\"auto, (max-width: 960px) 100vw, 960px\" srcset=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2013\/12\/TeamViewer-Running-on-LinuxMint.png 960w, https:\/\/www.tecmint.com\/wp-content\/uploads\/2013\/12\/TeamViewer-Running-on-LinuxMint-768x390.png 768w\" alt=\"TeamViewer Running on Linux Mint 17\" width=\"960\" height=\"487\" aria-describedby=\"caption-attachment-23680\" data-lazy-loaded=\"true\" \/><\/a><\/p>\n<p id=\"caption-attachment-23680\" class=\"wp-caption-text\">TeamViewer Running on Linux Mint 17<\/p>\n<p><a style=\"font-size: 1rem;\" href=\"https:\/\/www.tecmint.com\/how-to-install-teamviewer-on-linux-distributions\/\" target=\"_blank\" rel=\"noopener\">Source<\/a><\/p>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Teamviewer\u00a0is a cross-platform, powerful and secure remote access and control software that can connect to multiple devices simultaneously. It is an all-in-one solution for remote support which can be used for desktop sharing, online meetings and\u00a0file transfer between devices\u00a0connected over the Internet. It works on notable operating systems such as Linux, Windows, Mac OS, Chrome &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/www.appservgrid.com\/paw92\/index.php\/2019\/03\/30\/how-to-install-teamviewer-on-rhel-centos-fedora-and-debian-ubuntu\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;How to Install TeamViewer on RHEL\/CentOS\/Fedora and Debian\/Ubuntu&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-13024","post","type-post","status-publish","format-standard","hentry","category-linux"],"_links":{"self":[{"href":"https:\/\/www.appservgrid.com\/paw92\/index.php\/wp-json\/wp\/v2\/posts\/13024","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.appservgrid.com\/paw92\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.appservgrid.com\/paw92\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.appservgrid.com\/paw92\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.appservgrid.com\/paw92\/index.php\/wp-json\/wp\/v2\/comments?post=13024"}],"version-history":[{"count":1,"href":"https:\/\/www.appservgrid.com\/paw92\/index.php\/wp-json\/wp\/v2\/posts\/13024\/revisions"}],"predecessor-version":[{"id":13025,"href":"https:\/\/www.appservgrid.com\/paw92\/index.php\/wp-json\/wp\/v2\/posts\/13024\/revisions\/13025"}],"wp:attachment":[{"href":"https:\/\/www.appservgrid.com\/paw92\/index.php\/wp-json\/wp\/v2\/media?parent=13024"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.appservgrid.com\/paw92\/index.php\/wp-json\/wp\/v2\/categories?post=13024"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.appservgrid.com\/paw92\/index.php\/wp-json\/wp\/v2\/tags?post=13024"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}