Command Line: Install TeamViewer in Ubuntu 22.04

Command Line: Install TeamViewer in Ubuntu 22.04

TeamViewer is a comprehensive remote access, remote control and remote support solution that works with almost every desktop and mobile platform, including Windows, macOS, Android, and iOS. TeamViewer lets you remote in to computers or mobile devices located anywhere in the world and use them as though you were there.

Install TeamViewer in ubuntu 22.04; Through this tutorial, we will learn how to install and use teamViewer on linux ubuntu 22.04 using terminal or command line.

How to Install TeamViewer in Ubuntu 22.04 using Terminal

Steps to install and use teamViewer in linux ubuntu 22.04 using terminal or command line:

  • Step 1 – Download Debian package of the TeamViewer
  • Step 2 – Install the Deb Package of the TeamViewer
  • Step 3 – Launch the TeamViewer

Step 1 – Download Debian package of the TeamViewer

First of all open terminal and execute the following command on command line/prompt to download debian package of the teamViewer for ubuntu 22.04 system:

wget -c https://download.teamviewer.com/download/linux/teamviewer_amd64.deb

Step 2 – Install the Deb Package of the TeamViewer

Then execute the following command on command prompt/line to install deb package of the teamViewer for ubuntu 22.04 system:

sudo dpkg -i teamviewer_amd64.deb

Step 3 – Launch the TeamViewer

Execute the following command on command prompt/line to launch the TeamViewer:

teamviewer

Conclusion

Through this tutorial, we have learned how to install and use teamViewer on ubuntu 22.04 using terminal or command prompt/line.

Recommended Linux Ubuntu Tutorials

AuthorAdmin

My name is Devendra Dode. I am a full-stack developer, entrepreneur, and owner of Tutsmake.com. I like writing tutorials and tips that can help other developers. I share tutorials of PHP, Python, Javascript, JQuery, Laravel, Livewire, Codeigniter, Node JS, Express JS, Vue JS, Angular JS, React Js, MySQL, MongoDB, REST APIs, Windows, Xampp, Linux, Ubuntu, Amazon AWS, Composer, SEO, WordPress, SSL and Bootstrap from a starting stage. As well as demo example.

Leave a Reply

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