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.