How To Install kaccounts-integration-devel on Rocky Linux 8

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

Introduction

In this tutorial we learn how to install kaccounts-integration-devel on Rocky Linux 8.

What is kaccounts-integration-devel

Headers, development libraries and documentation for kaccounts-integration.

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

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

sudo dnf -y install kaccounts-integration-devel

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

sudo yum -y install kaccounts-integration-devel

How To Uninstall kaccounts-integration-devel on Rocky Linux 8

To uninstall only the kaccounts-integration-devel package we can use the following command:

sudo dnf remove kaccounts-integration-devel

kaccounts-integration-devel Package Contents on Rocky Linux 8

/usr/include/KAccounts
/usr/include/KAccounts/Core
/usr/include/KAccounts/GetCredentialsJob
/usr/include/KAccounts/KAccountsDPlugin
/usr/include/KAccounts/KAccountsUiPlugin
/usr/include/KAccounts/core.h
/usr/include/KAccounts/getcredentialsjob.h
/usr/include/KAccounts/kaccounts_export.h
/usr/include/KAccounts/kaccounts_version.h
/usr/include/KAccounts/kaccountsdplugin.h
/usr/include/KAccounts/kaccountsuiplugin.h
/usr/lib64/cmake/KAccounts
/usr/lib64/cmake/KAccounts/FindAccountsFileDir.cmake
/usr/lib64/cmake/KAccounts/KAccountsConfig.cmake
/usr/lib64/cmake/KAccounts/KAccountsConfigVersion.cmake
/usr/lib64/cmake/KAccounts/KAccountsMacros.cmake
/usr/lib64/cmake/KAccounts/KAccountsTargets-release.cmake
/usr/lib64/cmake/KAccounts/KAccountsTargets.cmake
/usr/lib64/libkaccounts.so

References

Summary

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