How to Install TeamViewer via Command Line on Ubuntu
Installing TeamViewer via command line on Ubuntu uses commands to add the program without clicking through menus. TeamViewer is a tool that lets you see and control another computer from your own, useful for helping someone fix their PC or manage servers.
You start by grabbing the right TeamViewer software package for Ubuntu, which has a `.deb` ending. Then, you use a command like `dpkg -i teamviewer_15.x.x_amd64.deb` to put it on your system. This method is quicker than the usual way and helps if you need to install it on many computers at once.
Download the `.deb` package from the TeamViewer website using `wget`. Then, update your package index with `sudo apt update` and install TeamViewer using `sudo apt install ./teamviewer_amd64.deb`.
Install TeamViewer on Ubuntu Linux
To install TeamViewer on Ubuntu, you can download the official package directly from the TeamViewer website and use a command in your Terminal. This approach lets you get the latest version and install it quickly, skipping the need to search through app stores. Follow these steps to get TeamViewer running on your Ubuntu system.
Download the installer package directly from the TeamViewer website.
First, open your Terminal app (Ctrl+Alt+T) on Ubuntu. Then, run the command below to download the TeamViewer installer package.
wget https://download.teamviewer.com/download/linux/teamviewer_amd64.deb
Once the download finishes, update your package list with `sudo apt update` and then install TeamViewer using `sudo apt install ./teamviewer_*.deb`.
sudo apt update sudo apt install ./teamviewer_amd64.deb
Once TeamViewer is installed, you can launch it from the command line by typing teamviewer, or by clicking the TeamViewer icon in your Applications menu.

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.
Was this guide helpful?
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!