How To Install sanlk-reset on AlmaLinux 8

In this tutorial we learn how to install sanlk-reset in AlmaLinux 8. sanlk-reset is Host reset daemon and client using sanlock

Introduction

In this tutorial we learn how to install sanlk-reset on AlmaLinux 8.

What is sanlk-reset

The sanlk-reset package contains the reset daemon and client. A cooperating host running the daemon can be reset by a host running the client, so long as both maintain access to a common sanlock lockspace.

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

Install sanlk-reset 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 sanlk-reset using dnf by running the following command:

sudo dnf -y install sanlk-reset

Install sanlk-reset 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 sanlk-reset using yum by running the following command:

sudo yum -y install sanlk-reset

How To Uninstall sanlk-reset on AlmaLinux 8

To uninstall only the sanlk-reset package we can use the following command:

sudo dnf remove sanlk-reset

References

Summary

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