×


Install TeamViewer on AlmaLinux 8 / Rocky Linux 8 - Step by Step Process ?

The future of the workplace is slowly making a shift from the traditional office to working remotely. There's a growing trend of employees working from home, hotels, coffee restaurants or wherever they deem convenient.

The transition to remote work implies that IT teams must employ innovative ways to provide support to remote users. This is where TeamViewer comes in

TeamViewer is a remote connectivity application that allows remote access to users’ PCs over the internet which, in turn, allows IT teams to offer remote support. A support team member can seamlessly connect to a user’s Desktop from wherever they are and provide technical assistance. Support online without having to be physically on location. Teamviewer also enables online meetings which allow users to collaborate on tasks.

Here at Ibmi Media, as part of our Server Management Services, we regularly help our Customers to perform related Open Software Software Installation queries.

In this context, we shall look into how to install TeamViewer on AlmaLinux / Rocky Linux 8.


Steps to Install TeamViewer on AlmaLinux / Rocky Linux 


1. Install EPEL package

First of all, begin by upgrading the system packages:

$ sudo dnf update

Next, install the EPEL ( Extra Packages for Enterprise Linux ) package which will provide extra packages for use by AlmaLinux:

$ sudo dnf install epel-release


2. Download and install TeamViewer

The TeamViewer package is not present in AlmaLinux AppStream repositories, and the only workaround is to download manually from TeamViewer's download page.

To achieve this, download the RPM file from the TeamViewer official website:

$ wget https://download.teamviewer.com/download/linux/teamviewer.x86_64.rpm

Once the RPM binary file is downloaded, use the DNF package manager to install it:

$ sudo dnf install teamviewer.x86_64.rpm

Now, check the version of TeamViewer installed using the rpm command:

$ rpm -q

The command above only displays the version of TeamViewer installed. To get more details such as the Release, Architecture, and install date to mention a few, use the -qi flag:

$ sudo -qi


3. Launch TeamViewer

We are all done with the installation. The final step is to launch our application and start using it. Use the Applications manager to search for Teamviewer and click on the icon which comes up.

On the TeamViewer graphical interface displayed, accept the License Agreement and click 'Continue'.

This launches the TeamViewer graphical interface as provided. You can now share your ID and Password with other users to connect to your PC or connect to other users as well and hold online meetings.


[Need help in Installing Software Packages on Ubuntu Linux System ? We can help you. ]


Conclusion

This article covers how to easily install TeamViewer on AlmaLinux 8. With TeamViewer you can control computer systems running Linux, Windows and Mac OS remotely as if you were sitting right in front of that system. It also provides a spontaneous support to unattended computers such as servers.