How To Install keditbookmarks-libs on Rocky Linux 8
Introduction
In this tutorial we learn how to install keditbookmarks-libs on Rocky Linux 8.
What is keditbookmarks-libs
Runtime libraries for keditbookmarks.
We can use yum or dnf to install keditbookmarks-libs on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install keditbookmarks-libs.
Install keditbookmarks-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 keditbookmarks-libs using dnf by running the following command:
sudo dnf -y install keditbookmarks-libs
Install keditbookmarks-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 keditbookmarks-libs using yum by running the following command:
sudo yum -y install keditbookmarks-libs
How To Uninstall keditbookmarks-libs on Rocky Linux 8
To uninstall only the keditbookmarks-libs package we can use the following command:
sudo dnf remove keditbookmarks-libs
keditbookmarks-libs Package Contents on Rocky Linux 8
/usr/lib/.build-id
/usr/lib/.build-id/35
/usr/lib/.build-id/35/7fe6b03e9a18e95a29dfd97b16913fd73af722
/usr/lib64/libkbookmarkmodel_private.so.5.97.0
/usr/lib64/libkbookmarkmodel_private.so.6
References
Summary
In this tutorial we learn how to install keditbookmarks-libs on Rocky Linux 8 using yum and dnf.