Categories: Ubuntu

How to Install TeamViewer on Ubuntu 22.04

A TeamViewer is the application by which we can access the other computer remotely and can perform various tasks on it. We can also share the files among both machines as well as the screen of the device.

The TeamViewer can be installed on different operating systems including Windows, but in this write-up, we will focus on the installation of the TeamViewer on Ubuntu 22.04.

How to install the TeamViewer on Ubuntu 22.04

To install the TeamViewer on the Ubuntu, we will download the Debian package of the TeamViewer with the help of the wget command:

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

To confirm the package has been downloaded, we will list down the contents of the directory using the command:

$ ls

After the confirmation, we will install the deb package of the TeamViewer by using the dpkg command with “i” flag which is used for installation:

$ sudo dpkg -i teamviewer_amd64.deb

Sponsored

To launch the TeamViewer, we will use the command:

$ teamviewer

The TeamViewer has been launched:

Now we will delete the “TeamViewer” by using the command:

$ sudo apt purge teamviewer -y

Conclusion

To access the computers remotely, TeamViewer is one of the good options, we can access any machine remotely by installing the TeamViewer in both of them, and can manage the tasks on another computer as well. In this write-up, we have installed the TeamViewer by downloading it from its website as well as from the SnapCraft store.

Ubuntu Server Admin

Recent Posts

Canonical announces 12 year Kubernetes LTS

Canonical’s Kubernetes LTS (Long Term Support) will support FedRAMP compliance and receive at least 12…

2 hours ago

Ubuntu Weekly Newsletter Issue 878

Welcome to the Ubuntu Weekly Newsletter, Issue 878 for the week of February 2 –…

20 hours ago

How your feedback shapes the way we support open source software

At Canonical, we firmly believe that delivering an outstanding, customer-centric support experience is impossible without…

1 day ago

How To Install osTicket v1.14 On Ubuntu 20.04

I want to share how to install osTicket v1.14 for Ubuntu 20.04 server. osTicket written…

2 days ago

How To Install WordPress On Ubuntu 20.04

Now I want to share how to install WordPress on ubuntu 20.04 server. WordPress is…

2 days ago

How To Install DNS Server (Bind9) On Ubuntu 20.04

Now I want to share the DNS server installation process on your Ubuntu 20.04 server.…

2 days ago