Logo
  • Ubuntu
  • CentOS
  • Debian
  • Fedora
  • RedHat

How to Install TeamViewer on Ubuntu 20.04 - DesignLinux

Jul 16 2020
designlinux 0 Comments
How to Install TeamViewer on Ubuntu 20.04

TeamViewer is a popular cross-platform application and widely used for remote control, desktop sharing, remote meetings and file sharing between computers. In this tutorial we will explain how to install TeamViewer on Ubuntu 20.04.

Prerequisites#

Make sure you have logged in as root or user with sudo privileges.

Installing TeamViewer on Ubuntu#

TeamViewer is not open-source software and it is not included in the standard Ubuntu repositories. We will download TeamViewer from it’s own APT repositories.

It is straightforward to install TeamViewer on Ubuntu. Perform the following steps:

1. Download TeamViewer#

Open your system terminal, download the latest TeamViewer .deb package using wget command:

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

2. Install TeamViewer#

Execute the following command to install downloaded .deb package:

sudo apt install ./teamviewer_amd64.deb

It will prompt for continue confirmation, type Y and hit Enter key to go ahead.

Starting TeamViewer#

You can start the TeamViewer application using either the command line by typing teamviewer or by clicking on on icon from Application menu.

At first launch, it will show a License Agreement window as given following will be appear. You have to accept the License agreement by clicking on the “License Agreement” button.

teamViewer-license-agreement

Then the application will be start and you will see screen as below:

teamviewer-launch-debian

That’s it! TeamViewer is now installed on your Ubuntu system, and ready to use.

Updating TeamViewer#

At the time of installation process, the TeamViewer APT repository will be added to your system. You can verify the file contents by using cat command:

cat /etc/apt/sources.list.d/teamviewer.list

It should show something below:

...
deb http://linux.teamviewer.com/deb stable main
deb http://linux.teamviewer.com/deb preview main
...

When the new release is available you can update using the desktop Software Update tool or from the command-line.

Conclusion#

You have learned how to install TeamViewer on Ubuntu 20.04 desktop system. TeamViewer is very useful to remote any machine regardless of Operating System.

If you have any question or suggestion, please feel free to leave a comment below.

Related

Tags: teamviewer, ubuntu

How to Count Files in Directory in Linux

Prev Post

How to Install Jenkins on Ubuntu 20.04

Next Post
Archives
  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • July 2022
  • June 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • July 2021
  • June 2021
  • May 2021
  • April 2021
  • March 2021
  • February 2021
  • January 2021
  • December 2020
  • November 2020
  • October 2020
  • September 2020
  • August 2020
  • July 2020
  • June 2020
  • May 2020
Categories
  • AlmaLinux
  • Android
  • Ansible
  • Apache
  • Arch Linux
  • AWS
  • Backups
  • Bash Shell
  • Bodhi Linux
  • CentOS
  • CentOS Stream
  • Chef
  • Cloud Software
  • CMS
  • Commandline Tools
  • Control Panels
  • CouchDB
  • Data Recovery Tools
  • Databases
  • Debian
  • Deepin Linux
  • Desktops
  • Development Tools
  • Docker
  • Download Managers
  • Drupal
  • Editors
  • Elementary OS
  • Encryption Tools
  • Fedora
  • Firewalls
  • FreeBSD
  • FTP
  • GIMP
  • Git
  • Hadoop
  • HAProxy
  • Java
  • Jenkins
  • Joomla
  • Kali Linux
  • KDE
  • Kubernetes
  • KVM
  • Laravel
  • Let's Encrypt
  • LFCA
  • Linux Certifications
  • Linux Commands
  • Linux Desktop
  • Linux Distros
  • Linux IDE
  • Linux Mint
  • Linux Talks
  • Lubuntu
  • LXC
  • Mail Server
  • Manjaro
  • MariaDB
  • MongoDB
  • Monitoring Tools
  • MySQL
  • Network
  • Networking Commands
  • NFS
  • Nginx
  • Nodejs
  • NTP
  • Open Source
  • OpenSUSE
  • Oracle Linux
  • Package Managers
  • Pentoo
  • PHP
  • Podman
  • Postfix Mail Server
  • PostgreSQL
  • Python
  • Questions
  • RedHat
  • Redis Server
  • Rocky Linux
  • Security
  • Shell Scripting
  • SQLite
  • SSH
  • Storage
  • Suse
  • Terminals
  • Text Editors
  • Top Tools
  • Torrent Clients
  • Tutorial
  • Ubuntu
  • Udemy Courses
  • Uncategorized
  • VirtualBox
  • Virtualization
  • VMware
  • VPN
  • VSCode Editor
  • Web Browsers
  • Web Design
  • Web Hosting
  • Web Servers
  • Webmin
  • Windows
  • Windows Subsystem
  • WordPress
  • Zabbix
  • Zentyal
  • Zorin OS
Visits
  • 2
  • 616
  • 604,578

DesignLinux.com © All rights reserved

Go to mobile version