Linux & Open-Source Training Linux Laptops Linux Desktops Linux Services

Linux Laptop Computers How To's

Best of 2024 Laptops

How to Install TeamViewr in Linux

TeamViewer is an application that is used for remote control, web conferencing, desktop sharing, and file transfer between computers.
TeamViewer is proprietary software and it is not included in the Linux repositories.
Installing Teamviewer involves Two steps:
1. Dowload Teamviewer packages
2. Installing Teamviewer packages

Open Terminal window and execute the Following commands:

For Ubuntu and Linux Mint

sudo apt update (press Enter)

wget https://download.teamviewer.com/download/linux/teamviewer_amd64.deb

sudo apt install ./teamviewer_amd64.deb
you will be prompted with "do you want to continue y/n " type y to continue

Once done you can open Teamviewer by clicking on icon in Applications menu

Accept License Agreement and enter remote computer details to gain access

 

For Fedora, CentOS

sudo dnf -y install wget

wget https://download.teamviewer.com/download/linux/teamviewer.x86_64.rpm

sudo dnf -y install teamviewer.x86_64.rpm

Once done you can open Teamviewer by searching Teamviewer and clicking on icon in Applications menu

Accept License Agreement and enter remote computer details to gain access

 

 

 

 

 

 


Daily Deals

To purchase Order Online     Or call: (408) 314-6700

 

 

 

Receive Announcements & Linux Tips

info@linuxcertified.com
Linux is a registered trademark of Linus Torvalds.