How To Install kf5-baloo-libs on Rocky Linux 8
Introduction
In this tutorial we learn how to install kf5-baloo-libs
on Rocky Linux 8.
What is kf5-baloo-libs
Runtime libraries for kf5-baloo.
We can use yum
or dnf
to install kf5-baloo-libs
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install kf5-baloo-libs.
Install kf5-baloo-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 kf5-baloo-libs
using dnf
by running the following command:
sudo dnf -y install kf5-baloo-libs
Install kf5-baloo-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 kf5-baloo-libs
using yum
by running the following command:
sudo yum -y install kf5-baloo-libs
How To Uninstall kf5-baloo-libs on Rocky Linux 8
To uninstall only the kf5-baloo-libs
package we can use the following command:
sudo dnf remove kf5-baloo-libs
kf5-baloo-libs Package Contents on Rocky Linux 8
/usr/lib/.build-id
/usr/lib/.build-id/14
/usr/lib/.build-id/14/5f2afba2f9ad082b711586aa76fdbfc661b1d3
/usr/lib/.build-id/2d
/usr/lib/.build-id/2d/cc18fe50d95b51d55f68bc0432e2f0d7f351a7
/usr/lib/.build-id/44
/usr/lib/.build-id/44/0db22c46311bb1a72971373fbe260e3dfdbd83
/usr/lib/.build-id/6d
/usr/lib/.build-id/6d/26579106946e3ab04a9a535b57651286584bb0
/usr/lib/.build-id/8a
/usr/lib/.build-id/8a/321b1c192c3f7787e0c81aed994b535f10c3c1
/usr/lib/.build-id/a5
/usr/lib/.build-id/a5/c7c51932c9f08710072ec14aa6ed382dab9d2f
/usr/lib/.build-id/ed
/usr/lib/.build-id/ed/52ee7e7df753501d43acb7faccd7c1eed49da1
/usr/lib/.build-id/f6
/usr/lib/.build-id/f6/a1a3c9707b3c108730ae223af185a5c9949073
/usr/lib64/libKF5Baloo.so.5
/usr/lib64/libKF5Baloo.so.5.68.0
/usr/lib64/libKF5BalooEngine.so.5
/usr/lib64/libKF5BalooEngine.so.5.68.0
/usr/lib64/qt5/plugins/kf5/kded/baloosearchmodule.so
/usr/lib64/qt5/plugins/kf5/kio/baloosearch.so
/usr/lib64/qt5/plugins/kf5/kio/tags.so
/usr/lib64/qt5/plugins/kf5/kio/timeline.so
/usr/lib64/qt5/qml/org/kde/baloo
/usr/lib64/qt5/qml/org/kde/baloo/experimental
/usr/lib64/qt5/qml/org/kde/baloo/experimental/libbaloomonitorplugin.so
/usr/lib64/qt5/qml/org/kde/baloo/experimental/qmldir
/usr/lib64/qt5/qml/org/kde/baloo/libbalooplugin.so
/usr/lib64/qt5/qml/org/kde/baloo/qmldir
/usr/share/kservices5/baloosearch.protocol
/usr/share/kservices5/tags.protocol
/usr/share/kservices5/timeline.protocol
/usr/share/licenses/kf5-baloo-libs
/usr/share/licenses/kf5-baloo-libs/COPYING.LIB
References
Summary
In this tutorial we learn how to install kf5-baloo-libs
on Rocky Linux 8 using yum and dnf.