How to install TeamViewer in ubuntu 21 Command Line
install TeamViewer in ubuntu

How to install TeamViewer in ubuntu 21 Command Line

Many users are not aware of how to install team viewer software. In this article, we will tell you how to install TeamViewer in ubuntu 21 on the command line.

Team Viewer is the popular software for Remote Desktop through which you can access your partner systems remotely via the Internet. This application software can be used in any operating system like Windows, Linux, macOS, etc. Through this software, you can access the remote system and also do data transfers. With the help of this software, you can access the system remotely through the Internet or give control of your system to your partner, for this the same version of TeamViewer software should be installed in both your system and partner’s system.

install TeamViewer in ubuntu 21 Step By Step

Before installing TeamViewer software in the system, we would recommend that you update the system, this will update your system’s repositories and get rid of the problems you may encounter while installing the software.

$ sudo apt update -y  && sudo apt upgrade -y

After successfully updating your system now you can download the latest Team Viewer software for Debian/Ubuntu Linux. If you don’t have the wget package installed in your system then first install the wget package before downloading the team viewer software.

$ sudo apt -y install wget curl

install curl and wget package in ubuntu
$ wget https://download.teamviewer.com/download/linux/teamviewer_amd64.deb
Download team viewer software in ubuntu

after successfully downloading Teamviewer software from the internet check the existence of software with the help of the ls command.

$ ls |grep teamviewer

check team viewer software in ubuntu

To install TeamViewer in the ubuntu system, please run the following command, as soon as this command is run, the TeamViewer software along with its dependency will be installed.

$ sudo apt install ./teamviewer_amd64.deb
install team viewer software in ubuntu

When you run the below command in the terminal, the system will take input from you for confirmation Types Y For Yes and Hit Enter to continue.

Once the installation is complete, you can type teamviewer in the terminal to launch Teamviewer. To launch Teamviewer in your system follow the below command.

launch team viewer in ubuntu

To launch the team viewer software in the system, you can launch it by searching in the application manager.

launch team viewer in Ubuntu

How To Uninstall Teamviewer Software

Conclusion

After the Teamviewer software is successfully installed in the system, you will need the user ID and password of the participant to access the system remotely. After entering the user ID of the partner, click on Connect, then enter the password of the team viewer of the partner. If the information provided by the partner is correct and the internet speed is sufficient then you will be able to access the system remotely
To access the system remotely, both you and your partner must have the same version of TeamViewer software and An internet connection on the system.

Also, Visit Our Other Blog Simiservice.com

Rate this post