How To Install evemu-libs on Rocky Linux 8
Introduction
In this tutorial we learn how to install evemu-libs
on Rocky Linux 8.
What is evemu-libs
evemu base library, used by the evemu tools.
We can use yum
or dnf
to install evemu-libs
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install evemu-libs.
Install evemu-libs 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 evemu-libs
using dnf
by running the following command:
sudo dnf -y install evemu-libs
Install evemu-libs 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 evemu-libs
using yum
by running the following command:
sudo yum -y install evemu-libs
How To Uninstall evemu-libs on Rocky Linux 8
To uninstall only the evemu-libs
package we can use the following command:
sudo dnf remove evemu-libs
evemu-libs Package Contents on Rocky Linux 8
/usr/lib/.build-id
/usr/lib/.build-id/2e
/usr/lib/.build-id/2e/79fe73731b2e35bf6db17f6450e2ea3a9fca14
/usr/lib/libevemu.so.3
/usr/lib/libevemu.so.3.0.4
/usr/lib/.build-id
/usr/lib/.build-id/66
/usr/lib/.build-id/66/bfca545be7e8cdbc60ce8deb89f76081c200a6
/usr/lib64/libevemu.so.3
/usr/lib64/libevemu.so.3.0.4
References
Summary
In this tutorial we learn how to install evemu-libs
on Rocky Linux 8 using yum and dnf.