How to Install TeamViewer via Command Line on Ubuntu
TeamViewer installation via command line on Ubuntu lets you set up remote desktop software—a tool that lets you view and control another computer over the internet—using a terminal window instead of clicking through visual menus. This method takes just a few steps, starting with downloading the `.deb` file for version 15 and running a simple package install command.
You save time with this approach, especially when you need to set up remote access on multiple Ubuntu machines quickly. The terminal handles the whole process directly, skipping extra confirmation pop-ups.
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
Grab the official installation package directly from the TeamViewer website to get started. 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 completes the setup process.
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!