How to Install TeamViewer via Command Line on Ubuntu

Richard
Written by
Richard
Jan 17, 2024 Updated Mar 19, 2026 3 min read

You install TeamViewer on Ubuntu via the command line by downloading the appropriate `.deb` package and using the `dpkg` command.

TeamViewer is a powerful remote desktop solution allowing you to control any computer anywhere over the internet. It’s perfect for remote support, online collaboration, and managing servers.

While the Ubuntu Software Center offers an easy graphical install, the command line provides a faster and more scriptable method, especially useful for system administrators or those managing multiple machines.

This approach lets you specify exact versions and integrate the installation into automated deployment workflows, a significant advantage for efficiency.

Install TeamViewer on Ubuntu Linux

Since TeamViewer is a proprietary software, you won’t find its binaries in the default repositories for Ubuntu.

You must download and install the installer package from the TeamViewer’s website.

First, open the Terminal app (Ctrl+Alt+T) on Ubuntu. Then, run the command below to download the TeamViewer’s installer package.

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

Once the download is complete, run the command below to update the package index on Ubuntu and install TeamViewer.

🐧Bash / Shell
sudo apt update
sudo apt install ./teamviewer_amd64.deb

After installing TeamViewer, you can launch it from the command line by typing teamviewer or clicking the TeamViewer icon in the Applications menu.

TeamViewer install on Ubuntu Linux from command line terminal

During the installation, the official TeamViewer repository is added to your machine. The next time a newer version is released, your machine will install it automatically, along with other packages.

That should do it!

Conclusion:

  • TeamViewer is a versatile tool for remote access and support.
  • Installing TeamViewer via the command line offers more customization options and efficiency.
  • The process involves downloading the installer package and running terminal commands.
  • After installation, TeamViewer can be easily launched from the command line or the Applications menu.

Frequently Asked Questions

How do I install TeamViewer on Ubuntu using the command line?

To install TeamViewer via command line on Ubuntu, first open Terminal (Ctrl+Alt+T) and download the installer with wget https://download.teamviewer.com/download/linux/teamviewer_amd64.deb. Then run sudo apt update followed by sudo apt install ./teamviewer_amd64.deb to complete the installation.

Why should I install TeamViewer via command line instead of the Software Center?

Installing TeamViewer via command line is faster, more efficient, and offers more customization options such as installing specific versions or configuring settings during installation. It's also ideal for users who prefer working with terminal commands.

Where do I download the TeamViewer installer for Ubuntu?

TeamViewer is not available in Ubuntu's default repositories since it's proprietary software. You must download the installer package directly from TeamViewer's website using the wget command: wget https://download.teamviewer.com/download/linux/teamviewer_amd64.deb.

How do I launch TeamViewer after installation on Ubuntu?

After installation, you can launch TeamViewer by typing 'teamviewer' in the command line terminal or by clicking the TeamViewer icon in the Applications menu.

Will TeamViewer automatically update on Ubuntu after installation?

Yes, during the installation process, the official TeamViewer repository is automatically added to your system. This means your machine will automatically install newer versions of TeamViewer along with other package updates when they are released.

Was this guide helpful?

Was this helpful?
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

No comments yet — be the first to share your thoughts!

Leave a Comment

Your email address will not be published. Required fields are marked *

Exit mobile version