How To Install kf5-baloo-devel on Rocky Linux 8

In this tutorial we learn how to install kf5-baloo-devel on Rocky Linux 8. kf5-baloo-devel is Development files for kf5-baloo

Introduction

In this tutorial we learn how to install kf5-baloo-devel on Rocky Linux 8.

What is kf5-baloo-devel

The kf5-baloo-devel package contains libraries and header files for developing applications that use kf5-baloo.

We can use yum or dnf to install kf5-baloo-devel on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install kf5-baloo-devel.

Install kf5-baloo-devel 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-devel using dnf by running the following command:

sudo dnf -y install kf5-baloo-devel

Install kf5-baloo-devel 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-devel using yum by running the following command:

sudo yum -y install kf5-baloo-devel

How To Uninstall kf5-baloo-devel on Rocky Linux 8

To uninstall only the kf5-baloo-devel package we can use the following command:

sudo dnf remove kf5-baloo-devel

kf5-baloo-devel Package Contents on Rocky Linux 8

/usr/include/KF5/Baloo
/usr/include/KF5/Baloo/Baloo
/usr/include/KF5/Baloo/Baloo/File
/usr/include/KF5/Baloo/Baloo/FileMonitor
/usr/include/KF5/Baloo/Baloo/IndexerConfig
/usr/include/KF5/Baloo/Baloo/Query
/usr/include/KF5/Baloo/Baloo/QueryRunnable
/usr/include/KF5/Baloo/Baloo/ResultIterator
/usr/include/KF5/Baloo/Baloo/TagListJob
/usr/include/KF5/Baloo/baloo
/usr/include/KF5/Baloo/baloo/baloosettings.h
/usr/include/KF5/Baloo/baloo/core_export.h
/usr/include/KF5/Baloo/baloo/file.h
/usr/include/KF5/Baloo/baloo/filemonitor.h
/usr/include/KF5/Baloo/baloo/indexerconfig.h
/usr/include/KF5/Baloo/baloo/query.h
/usr/include/KF5/Baloo/baloo/queryrunnable.h
/usr/include/KF5/Baloo/baloo/resultiterator.h
/usr/include/KF5/Baloo/baloo/taglistjob.h
/usr/include/KF5/baloo_version.h
/usr/lib64/cmake/KF5Baloo
/usr/lib64/cmake/KF5Baloo/KF5BalooConfig.cmake
/usr/lib64/cmake/KF5Baloo/KF5BalooConfigVersion.cmake
/usr/lib64/cmake/KF5Baloo/KF5BalooTargets-release.cmake
/usr/lib64/cmake/KF5Baloo/KF5BalooTargets.cmake
/usr/lib64/libKF5Baloo.so
/usr/lib64/pkgconfig/Baloo.pc
/usr/lib64/qt5/mkspecs/modules/qt_Baloo.pri
/usr/share/dbus-1/interfaces/org.kde.BalooWatcherApplication.xml
/usr/share/dbus-1/interfaces/org.kde.baloo.file.indexer.xml
/usr/share/dbus-1/interfaces/org.kde.baloo.fileindexer.xml
/usr/share/dbus-1/interfaces/org.kde.baloo.main.xml
/usr/share/dbus-1/interfaces/org.kde.baloo.scheduler.xml

References

Summary

In this tutorial we learn how to install kf5-baloo-devel on Rocky Linux 8 using yum and dnf.