How To Install synergy on AlmaLinux 8

In this tutorial we learn how to install synergy in AlmaLinux 8. synergy is Share mouse and keyboard between multiple computers over the network

Introduction

In this tutorial we learn how to install synergy on AlmaLinux 8.

What is synergy

Synergy lets you easily share your mouse and keyboard between multiple computers, where each computer has its own display. No special hardware is required, all you need is a local area network. Synergy is supported on Windows, Mac OS X and Linux. Redirecting the mouse and keyboard is as simple as moving the mouse off the edge of your screen.

We can use yum or dnf to install synergy on AlmaLinux 8. In this tutorial we discuss both methods but you only need to choose one of method to install synergy.

Install synergy on AlmaLinux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install synergy using dnf by running the following command:

sudo dnf -y install synergy

Install synergy on AlmaLinux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install synergy using yum by running the following command:

sudo yum -y install synergy

How To Uninstall synergy on AlmaLinux 8

To uninstall only the synergy package we can use the following command:

sudo dnf remove synergy

References

Summary

In this tutorial we learn how to install synergy on AlmaLinux 8 using yum and dnf.