How To Install kf5-ktnef-devel on Rocky Linux 8
Introduction
In this tutorial we learn how to install kf5-ktnef-devel
on Rocky Linux 8.
What is kf5-ktnef-devel
The kf5-ktnef-devel package contains libraries and header files for developing applications that use kf5-ktnef.
We can use yum
or dnf
to install kf5-ktnef-devel
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install kf5-ktnef-devel.
Install kf5-ktnef-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-ktnef-devel
using dnf
by running the following command:
sudo dnf -y install kf5-ktnef-devel
Install kf5-ktnef-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-ktnef-devel
using yum
by running the following command:
sudo yum -y install kf5-ktnef-devel
How To Uninstall kf5-ktnef-devel on Rocky Linux 8
To uninstall only the kf5-ktnef-devel
package we can use the following command:
sudo dnf remove kf5-ktnef-devel
kf5-ktnef-devel Package Contents on Rocky Linux 8
/usr/include/KF5/KTNEF
/usr/include/KF5/KTNEF/KTNEF
/usr/include/KF5/KTNEF/KTNEF/Formatter
/usr/include/KF5/KTNEF/KTNEF/KTNEFAttach
/usr/include/KF5/KTNEF/KTNEF/KTNEFDefs
/usr/include/KF5/KTNEF/KTNEF/KTNEFMessage
/usr/include/KF5/KTNEF/KTNEF/KTNEFParser
/usr/include/KF5/KTNEF/KTNEF/KTNEFProperty
/usr/include/KF5/KTNEF/KTNEF/KTNEFPropertySet
/usr/include/KF5/KTNEF/KTNEF/KTNEFWriter
/usr/include/KF5/KTNEF/ktnef
/usr/include/KF5/KTNEF/ktnef/formatter.h
/usr/include/KF5/KTNEF/ktnef/ktnef_export.h
/usr/include/KF5/KTNEF/ktnef/ktnefattach.h
/usr/include/KF5/KTNEF/ktnef/ktnefdefs.h
/usr/include/KF5/KTNEF/ktnef/ktnefmessage.h
/usr/include/KF5/KTNEF/ktnef/ktnefparser.h
/usr/include/KF5/KTNEF/ktnef/ktnefproperty.h
/usr/include/KF5/KTNEF/ktnef/ktnefpropertyset.h
/usr/include/KF5/KTNEF/ktnef/ktnefwriter.h
/usr/include/KF5/ktnef_version.h
/usr/lib64/cmake/KF5Tnef
/usr/lib64/cmake/KF5Tnef/KF5TnefConfig.cmake
/usr/lib64/cmake/KF5Tnef/KF5TnefConfigVersion.cmake
/usr/lib64/cmake/KF5Tnef/KF5TnefTargets-release.cmake
/usr/lib64/cmake/KF5Tnef/KF5TnefTargets.cmake
/usr/lib64/libKF5Tnef.so
/usr/lib64/qt5/mkspecs/modules/qt_KTNef.pri
References
Summary
In this tutorial we learn how to install kf5-ktnef-devel
on Rocky Linux 8 using yum and dnf.