How To Install dlm-lib on Rocky Linux 8
Introduction
In this tutorial we learn how to install dlm-lib
on Rocky Linux 8.
What is dlm-lib
The dlm-lib package contains the libraries needed to use the dlm from userland applications.
We can use yum
or dnf
to install dlm-lib
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install dlm-lib.
Install dlm-lib on Rocky Linux 8 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install dlm-lib
using dnf
by running the following command:
sudo dnf -y install dlm-lib
Install dlm-lib on Rocky Linux 8 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install dlm-lib
using yum
by running the following command:
sudo yum -y install dlm-lib
How To Uninstall dlm-lib on Rocky Linux 8
To uninstall only the dlm-lib
package we can use the following command:
sudo dnf remove dlm-lib
dlm-lib Package Contents on Rocky Linux 8
/usr/lib/.build-id
/usr/lib/.build-id/05
/usr/lib/.build-id/05/ebe4c0ebac76aa318e4bd3df0ad7e31236eb5a
/usr/lib/.build-id/66
/usr/lib/.build-id/66/5eb9a9cca53e984308311fe8b03eb592f53d36
/usr/lib/.build-id/af
/usr/lib/.build-id/af/822f9228fd591083a539517694f9f3426acc28
/usr/lib/udev/rules.d/51-dlm.rules
/usr/lib64/libdlm.so.3
/usr/lib64/libdlm.so.3.0
/usr/lib64/libdlm_lt.so.3
/usr/lib64/libdlm_lt.so.3.0
/usr/lib64/libdlmcontrol.so.3
/usr/lib64/libdlmcontrol.so.3.2
/usr/lib/.build-id
/usr/lib/.build-id/2f
/usr/lib/.build-id/2f/a45daf0cab474459287d02bb4dbfd989d2b4ce
/usr/lib/.build-id/64
/usr/lib/.build-id/64/b70f0feb039b640c0f04dd19057102cf410d52
/usr/lib/.build-id/7f
/usr/lib/.build-id/7f/fb6daf8921a2015aa66c7debed278ddc435f30
/usr/lib/libdlm.so.3
/usr/lib/libdlm.so.3.0
/usr/lib/libdlm_lt.so.3
/usr/lib/libdlm_lt.so.3.0
/usr/lib/libdlmcontrol.so.3
/usr/lib/libdlmcontrol.so.3.2
/usr/lib/udev/rules.d/51-dlm.rules
References
Summary
In this tutorial we learn how to install dlm-lib
on Rocky Linux 8 using yum and dnf.