How To Install kf5-krunner on Rocky Linux 8
Introduction
In this tutorial we learn how to install kf5-krunner
on Rocky Linux 8.
What is kf5-krunner
KRunner provides a parallelized query system extendable via plugins.
We can use yum
or dnf
to install kf5-krunner
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install kf5-krunner.
Install kf5-krunner 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-krunner
using dnf
by running the following command:
sudo dnf -y install kf5-krunner
Install kf5-krunner 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-krunner
using yum
by running the following command:
sudo yum -y install kf5-krunner
How To Uninstall kf5-krunner on Rocky Linux 8
To uninstall only the kf5-krunner
package we can use the following command:
sudo dnf remove kf5-krunner
kf5-krunner Package Contents on Rocky Linux 8
/usr/lib/.build-id
/usr/lib/.build-id/14
/usr/lib/.build-id/14/f04aeb3d9164f8dbf9903a5474e2b97b8fd1d3
/usr/lib/.build-id/7e
/usr/lib/.build-id/7e/201aae47c4c6ef694cc437766b701bf68cff2c
/usr/lib64/libKF5Runner.so.5
/usr/lib64/libKF5Runner.so.5.68.0
/usr/lib64/qt5/qml/org/kde/runnermodel
/usr/lib64/qt5/qml/org/kde/runnermodel/librunnermodelplugin.so
/usr/lib64/qt5/qml/org/kde/runnermodel/qmldir
/usr/share/doc/kf5-krunner
/usr/share/doc/kf5-krunner/README.md
/usr/share/kservicetypes5/plasma-runner.desktop
/usr/share/licenses/kf5-krunner
/usr/share/licenses/kf5-krunner/COPYING.LIB
/usr/share/qlogging-categories5/krunner.categories
References
Summary
In this tutorial we learn how to install kf5-krunner
on Rocky Linux 8 using yum and dnf.