How to Install TeamViewer on Ubuntu 22.04

How to Install TeamViewer on Ubuntu 22.04

To download teamviewer deb package via wget command and then run sudo dpkg -i teamviewer_amd64.deb command to install teamviewer on ubuntu 22.04 via terminal window or command line.

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.

How to Install TeamViewer on Ubuntu 22.04 using Terminal

Here are steps to install and use TeamViewer in linux ubuntu 22.04 using terminal or command line:

Step 1 – Update and Upgrade packages

Press “CTRL+ALT+T” on keyboard to start terminal window or command line, And type the sudo apt update && sudo apt upgrade command to update system packages:

sudo apt update && sudo apt upgrade

Step 2 – Download the Debian package of the TeamViewer

To download .deb file for teamviewer on ubuntu, Simply type wget -c https://download.teamviewer.com/download/linux/teamviewer_amd64.deb command on command line or terminal windows:

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

Step 3 – Install TeamViewer on Ubuntu

After downloading the teamviewer .deb file, run sudo dpkg -i teamviewer_amd64.deb command on terminal window or command line to setup teamViewer on ubuntu 22.04 system:

sudo dpkg -i teamviewer_amd64.deb

Step 4 – Launch the TeamViewer

To launch TeamViewer on Ubuntu 22.04, Type the teamviewer command on command line and press enter:

teamviewer

Conclusion

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

Recommended Linux Ubuntu Tutorials

AuthorAdmin

Greetings, I'm Devendra Dode, a full-stack developer, entrepreneur, and the proud owner of Tutsmake.com. My passion lies in crafting informative tutorials and offering valuable tips to assist fellow developers on their coding journey. Within my content, I cover a spectrum of technologies, including 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. Whether you're starting out or looking for advanced examples, I provide step-by-step guides and practical demonstrations to make your learning experience seamless. Let's explore the diverse realms of coding together.

Leave a Reply

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