How To Install kf5-libkcddb-devel on Rocky Linux 8
Introduction
In this tutorial we learn how to install kf5-libkcddb-devel
on Rocky Linux 8.
What is kf5-libkcddb-devel
Development files for kf5-libkcddb.
We can use yum
or dnf
to install kf5-libkcddb-devel
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install kf5-libkcddb-devel.
Install kf5-libkcddb-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-libkcddb-devel
using dnf
by running the following command:
sudo dnf -y install kf5-libkcddb-devel
Install kf5-libkcddb-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-libkcddb-devel
using yum
by running the following command:
sudo yum -y install kf5-libkcddb-devel
How To Uninstall kf5-libkcddb-devel on Rocky Linux 8
To uninstall only the kf5-libkcddb-devel
package we can use the following command:
sudo dnf remove kf5-libkcddb-devel
kf5-libkcddb-devel Package Contents on Rocky Linux 8
/usr/include/KF5/KCddb
/usr/include/KF5/KCddb/Categories
/usr/include/KF5/KCddb/Cdinfo
/usr/include/KF5/KCddb/CdinfoDialog
/usr/include/KF5/KCddb/Client
/usr/include/KF5/KCddb/Genres
/usr/include/KF5/KCddb/Kcddb
/usr/include/KF5/KCddb/KcddbConfig
/usr/include/KF5/KCddb/categories.h
/usr/include/KF5/KCddb/cdinfo.h
/usr/include/KF5/KCddb/cdinfodialog.h
/usr/include/KF5/KCddb/client.h
/usr/include/KF5/KCddb/configbase.h
/usr/include/KF5/KCddb/genres.h
/usr/include/KF5/KCddb/kcddb.h
/usr/include/KF5/KCddb/kcddb_export.h
/usr/include/KF5/KCddb/kcddbconfig.h
/usr/include/KF5/kcddb_version.h
/usr/lib64/cmake/KF5Cddb
/usr/lib64/cmake/KF5Cddb/KF5CddbConfig.cmake
/usr/lib64/cmake/KF5Cddb/KF5CddbConfigVersion.cmake
/usr/lib64/cmake/KF5Cddb/KF5CddbTargets-release.cmake
/usr/lib64/cmake/KF5Cddb/KF5CddbTargets.cmake
/usr/lib64/libKF5Cddb.so
/usr/lib64/libKF5CddbWidgets.so
/usr/lib64/qt5/mkspecs/modules/qt_KCddb.pri
References
Summary
In this tutorial we learn how to install kf5-libkcddb-devel
on Rocky Linux 8 using yum and dnf.