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

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

Introduction

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

What is kf5-ki18n-devel

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

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

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

sudo dnf -y install kf5-ki18n-devel

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

sudo yum -y install kf5-ki18n-devel

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

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

sudo dnf remove kf5-ki18n-devel

kf5-ki18n-devel Package Contents on Rocky Linux 8

/usr/include/KF5/KI18n
/usr/include/KF5/KI18n/KLocalizedContext
/usr/include/KF5/KI18n/KLocalizedString
/usr/include/KF5/KI18n/KLocalizedTranslator
/usr/include/KF5/KI18n/KuitMarkup
/usr/include/KF5/KI18n/KuitSetup
/usr/include/KF5/KI18n/ki18n_export.h
/usr/include/KF5/KI18n/klocalizedcontext.h
/usr/include/KF5/KI18n/klocalizedstring.h
/usr/include/KF5/KI18n/klocalizedtranslator.h
/usr/include/KF5/KI18n/kuitmarkup.h
/usr/include/KF5/KI18n/kuitsetup.h
/usr/include/KF5/ki18n_version.h
/usr/lib64/cmake/KF5I18n
/usr/lib64/cmake/KF5I18n/KF5I18nConfig.cmake
/usr/lib64/cmake/KF5I18n/KF5I18nConfigVersion.cmake
/usr/lib64/cmake/KF5I18n/KF5I18nMacros.cmake
/usr/lib64/cmake/KF5I18n/KF5I18nTargets-release.cmake
/usr/lib64/cmake/KF5I18n/KF5I18nTargets.cmake
/usr/lib64/cmake/KF5I18n/build-pofiles.cmake
/usr/lib64/cmake/KF5I18n/build-tsfiles.cmake
/usr/lib64/cmake/KF5I18n/kf5i18nuic.cmake
/usr/lib64/cmake/KF5I18n/ts-pmap-compile.py
/usr/lib64/libKF5I18n.so
/usr/lib64/qt5/mkspecs/modules/qt_KI18n.pri

References

Summary

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