How To Install kf5-prison-devel on Rocky Linux 8
Introduction
In this tutorial we learn how to install kf5-prison-devel
on Rocky Linux 8.
What is kf5-prison-devel
The kf5-prison-devel package contains libraries and header files for developing applications that use kf5-prison.
We can use yum
or dnf
to install kf5-prison-devel
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install kf5-prison-devel.
Install kf5-prison-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-prison-devel
using dnf
by running the following command:
sudo dnf -y install kf5-prison-devel
Install kf5-prison-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-prison-devel
using yum
by running the following command:
sudo yum -y install kf5-prison-devel
How To Uninstall kf5-prison-devel on Rocky Linux 8
To uninstall only the kf5-prison-devel
package we can use the following command:
sudo dnf remove kf5-prison-devel
kf5-prison-devel Package Contents on Rocky Linux 8
/usr/include/KF5/prison
/usr/include/KF5/prison/AbstractBarcode
/usr/include/KF5/prison/Prison
/usr/include/KF5/prison/abstractbarcode.h
/usr/include/KF5/prison/prison.h
/usr/include/KF5/prison/prison_export.h
/usr/include/KF5/prison_version.h
/usr/lib64/cmake/KF5Prison
/usr/lib64/cmake/KF5Prison/KF5PrisonConfig.cmake
/usr/lib64/cmake/KF5Prison/KF5PrisonConfigVersion.cmake
/usr/lib64/cmake/KF5Prison/KF5PrisonTargets-release.cmake
/usr/lib64/cmake/KF5Prison/KF5PrisonTargets.cmake
/usr/lib64/libKF5Prison.so
/usr/lib64/qt5/mkspecs/modules/qt_Prison.pri
References
Summary
In this tutorial we learn how to install kf5-prison-devel
on Rocky Linux 8 using yum and dnf.