CentOSDebianFedoraLinux MintSoftwareUbuntuXubuntu

How to install TeamViewer on Linux

In this article, i will show you how to install TeamViewer on Ubuntu. What is TeamViewer? TeamViewer is a remote control computer software, you can remote control any desktop, server by establishes connections between your computer to others computer. TeamViewer works with Microsoft Windows, Mac OS X, iOS, android, and Linux.

For 32bit Ubuntu, xubuntu, kubuntu, mint linux, debian based distro

$ wget http://www.teamviewer.com/download/teamviewer_linux.deb
# sudo dpkg -i teamviewer_linux.deb

For 64bit Ubuntu, xubuntu, kubuntu, mint linux, debian based distro

$ wget http://www.teamviewer.com/download/teamviewer_linux_x64.deb
# sudo dpkg -i teamviewer_linux_x64.deb

For fedora, centos, suse, redhat debian based distro

$ wget http://download.teamviewer.com/download/TeamViewer_Linux_PubKey.asc
$ su -
# rpm --import TeamViewer_Linux_PubKey.asc
$ wget http://www.teamviewer.com/download/teamviewer_linux.rpm
# rpm -i teamviewer_linux.rpm

or

yum install teamviewer_linux.rpm

Related Articles

Subscribe
Notify of
guest

This site uses Akismet to reduce spam. Learn how your comment data is processed.

0 Comments
Inline Feedbacks
View all comments
Back to top button