• Home
  • Linux
  • Ubuntu
  • Debian
  • CentOS
  • Linux Commands
  • About Us
  • Donate
TecNStuff
Menu
  • Home
  • Linux
  • Ubuntu
  • Debian
  • CentOS
  • Linux Commands
  • About Us
  • Donate

How to Install TeamViewer on Ubuntu 20.04

Written by Admin, Updated On July 15, 2020
teamviewer, ubuntu
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.

If our content helps you, please consider buying us a coffee

Thank you for your support.

Share On
Share on Facebook
Share on Twitter
Share on Reddit
Share on Tumblr
 Previous Article How to Check for Listening Ports in Linux (Ports in use)
Next Article   How to Install Elasticsearch on Debian 10

Related Posts

  • How to Install Apache, MySQL, PHP (LAMP) on Ubuntu 22.04

    How to Install LAMP on Ubuntu 22.04

    March 20, 2023
  • How to Install LEMP Stack on Ubuntu 22.04

    How to Install LEMP Stack on Ubuntu 22.04

    March 18, 2023
  • How to Install Memcached on Ubuntu 22.04

    How to Install Memcached on Ubuntu 22.04

    March 16, 2023

Leave a Reply Cancel reply

DigitalOcean Referral Badge

Popular Posts

  • How to Install Microsoft Edge Browser on Ubuntu 22.04
    How to Install Microsoft Edge Browser on Ubuntu 22.04 March 14, 2023
  • How to Install Ruby on Ubuntu 22.04 LTS
    How to Install Ruby on Ubuntu 22.04 LTS February 27, 2023
  • How to Install LEMP Stack on Ubuntu 22.04
    How to Install LEMP Stack on Ubuntu 22.04 March 18, 2023
  • How to Install Set Up Apache Virtual Hosts on Ubuntu 22.04
    How to Set Up Apache Virtual Hosts on Ubuntu 22.04 March 2, 2023
  • How to Install MariaDB on Debian 11 Bullseye
    How to Install MariaDB on Debian 11 Bullseye March 8, 2023
© 2020 TecNStuff All rights reserved. This website is using and storing cookies on your browser. By using this website you agree our Privacy Policy.  Follow us -  Twitter | Facebook