How To Install kf5-kwallet-devel on Rocky Linux 8
Introduction
In this tutorial we learn how to install kf5-kwallet-devel
on Rocky Linux 8.
What is kf5-kwallet-devel
The kf5-kwallet-devel package contains libraries and header files for developing applications that use kf5-kwallet.
We can use yum
or dnf
to install kf5-kwallet-devel
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install kf5-kwallet-devel.
Install kf5-kwallet-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-kwallet-devel
using dnf
by running the following command:
sudo dnf -y install kf5-kwallet-devel
Install kf5-kwallet-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-kwallet-devel
using yum
by running the following command:
sudo yum -y install kf5-kwallet-devel
How To Uninstall kf5-kwallet-devel on Rocky Linux 8
To uninstall only the kf5-kwallet-devel
package we can use the following command:
sudo dnf remove kf5-kwallet-devel
kf5-kwallet-devel Package Contents on Rocky Linux 8
/usr/include/KF5/KWallet
/usr/include/KF5/KWallet/KWallet
/usr/include/KF5/KWallet/kwallet.h
/usr/include/KF5/KWallet/kwallet_export.h
/usr/include/KF5/kwallet_version.h
/usr/lib64/cmake/KF5Wallet
/usr/lib64/cmake/KF5Wallet/KF5WalletConfig.cmake
/usr/lib64/cmake/KF5Wallet/KF5WalletConfigVersion.cmake
/usr/lib64/cmake/KF5Wallet/KF5WalletTargets-release.cmake
/usr/lib64/cmake/KF5Wallet/KF5WalletTargets.cmake
/usr/lib64/libKF5Wallet.so
/usr/lib64/libkwalletbackend5.so
/usr/lib64/qt5/mkspecs/modules/qt_KWallet.pri
/usr/share/dbus-1/interfaces/kf5_org.kde.KWallet.xml
References
Summary
In this tutorial we learn how to install kf5-kwallet-devel
on Rocky Linux 8 using yum and dnf.