How to Install TeamViewer for Remote Access on Ubuntu 24.04

TeamViewer is a cross-platform, proprietary application that allows a user to remotely gain access to another user’s desktop, share the desktop, and even allow file transfer between computers over an internet connection.

TeamViewer is a popular application among helpdesk support staff and comes in handy when helping out remote users who are stuck and cannot find worthwhile assistance.

This article will guide you through the process of installing TeamViewer on Ubuntu 24.04, Ubuntu 22.04, and Ubuntu 20.04.

TecMint Weekly Newsletter
Get the Learn Linux 7 Days Crash Course free when you join 34,000+ Linux professionals reading every Thursday.
Check your email for a magic link to get started.
Something went wrong. Please try again.

Installing TeamViewer in Ubuntu

Before getting started, it’s recommended to update your system packages, which will ensure that you start on a clean slate. So open your terminal and issue the command below.

sudo apt update -y
sudo apt upgrade -y

Once you are through with updating your system, head over to the official Teamviewer’s download page and download Teamviewer’s Ubuntu/Debian package.

Alternatively, you can copy the download link and download the Debian package using the following wget command as shown.

-------- For x86-64bit -------- 
sudo wget https://download.teamviewer.com/download/linux/teamviewer_amd64.deb

-------- For x86-32bit --------
sudo wget https://download.teamviewer.com/download/linux/teamviewer_i386.deb

Upon successfully downloading the file, you can verify its existence using the ls command as shown.

ls | grep teamviewer

teamviewer_amd64.deb

To install TeamViewer, run the command shown, which will install TeamViewer alongside other dependencies.

sudo apt install ./teamviewer_amd64.deb
Install TeamViewer on Ubuntu
Install TeamViewer on Ubuntu

When prompted to continue with the installation, type ‘Y’ for Yes and hit the ‘ENTER’ button.

Launch TeamViewer in Ubuntu

Once the installation is complete, you can proceed to Launch Teamviewer. To launch Teamviewer, run the command below on the terminal.

teamviewer

Also, you can use the application manager to search and launch the TeamViewer application as shown.

Launch TeamViewer from Application Manager
Launch TeamViewer from the Application Manager

When you first run TeamViewer, you will be prompted to accept the license agreement. Click “Accept License Agreement” to proceed.

TeamViewer License Agreement
TeamViewer License Agreement

TeamViewer will then display your unique ID and temporary password. Share these details with the person you want to connect with or use them to connect to another device.

Running TeamViewer on Ubuntu
Running TeamViewer on Ubuntu

Using TeamViewer in Ubuntu

To make a remote connection to another user, simply provide them with your Teamviewer ID and password. The user will insert the ID at the ‘Insert partner ID’ text field after which they will click on the ‘Connect’ button.

Later, they will be prompted for the password which will then give them a remote connection to your desktop.

Uninstalling TeamViewer in Ubuntu

If you ever need to uninstall TeamViewer, you can do so using the following command.

sudo apt-get remove teamviewer

This will remove TeamViewer from your system along with its configuration files.

Conclusion

Installing TeamViewer on Ubuntu is a straightforward process whether you prefer using the graphical interface or the command line.

Once installed, TeamViewer provides a powerful tool for remote desktop access and support, enhancing collaboration and productivity across different locations.

If this article helped, with someone on your team.

TecMint Weekly Newsletter
Get the Learn Linux 7 Days Crash Course free when you join 34,000+ Linux professionals reading every Thursday.
Check your email for a magic link to get started.
Something went wrong. Please try again.
TecMint has been free for 14 years. Help keep it that way.
Google AI Overviews and tools like ChatGPT have cut into search traffic for independent tech sites like TecMint. Running this site costs over $2,000 every month for hosting, infrastructure, and paying authors to keep the content accurate and tested.

If this article helped you solve a problem, consider buying a coffee. It helps keep TecMint free, supports the authors, and keeps the project going.
☕ Buy Me a Coffee
James Kiarie
This is James, a certified Linux administrator and a tech enthusiast who loves keeping in touch with emerging trends in the tech world. When I'm not running commands on the terminal, I'm taking listening to some cool music. taking a casual stroll or watching a nice movie.

Each tutorial at TecMint is created by a team of experienced Linux system administrators so that it meets our high-quality standards.

Got Something to Say? Join the Discussion...

Thank you for taking the time to share your thoughts with us. We appreciate your decision to leave a comment and value your contribution to the discussion. It's important to note that we moderate all comments in accordance with our comment policy to ensure a respectful and constructive conversation.

Rest assured that your email address will remain private and will not be published or shared with anyone. We prioritize the privacy and security of our users.

Free Course
Get a free Linux course before you go.
Subscribe to TecMint Weekly and get the Learn Linux 7 Days Crash Course free. Read by 34,000+ Linux professionals every Thursday.
Something went wrong. Please try again.
Check your email for a magic link to get started.