How To Install sanlk-reset on CentOS 8
Introduction
In this tutorial we learn how to install sanlk-reset on CentOS 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 CentOS 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 CentOS 8 Using yum
Update yum database with yum using the following command.
sudo yum makecache
After updating yum database, We can install sanlk-reset using yum by running the following command:
sudo yum -y install sanlk-reset
Install sanlk-reset on CentOS 8 Using dnf
If you don’t have dnf installed you can install DNF on CentOS 7 first.
Update yum database with dnf using the following command.
sudo dnf makecache
After updating yum database, We can install sanlk-reset using dnf by running the following command:
sudo dnf -y install sanlk-reset
How To Uninstall sanlk-reset on CentOS 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 CentOS 8 using yum and dnf.