How To Install libaccounts-qt5-devel on Rocky Linux 8

In this tutorial we learn how to install libaccounts-qt5-devel on Rocky Linux 8. libaccounts-qt5-devel is Development files for libaccounts-qt

Introduction

In this tutorial we learn how to install libaccounts-qt5-devel on Rocky Linux 8.

What is libaccounts-qt5-devel

Development files for libaccounts-qt.

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

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

sudo dnf -y install libaccounts-qt5-devel

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

sudo yum -y install libaccounts-qt5-devel

How To Uninstall libaccounts-qt5-devel on Rocky Linux 8

To uninstall only the libaccounts-qt5-devel package we can use the following command:

sudo dnf remove libaccounts-qt5-devel

libaccounts-qt5-devel Package Contents on Rocky Linux 8

/usr/include/accounts-qt5
/usr/include/accounts-qt5/Accounts
/usr/include/accounts-qt5/Accounts/Account
/usr/include/accounts-qt5/Accounts/AccountService
/usr/include/accounts-qt5/Accounts/Application
/usr/include/accounts-qt5/Accounts/AuthData
/usr/include/accounts-qt5/Accounts/Error
/usr/include/accounts-qt5/Accounts/Manager
/usr/include/accounts-qt5/Accounts/Provider
/usr/include/accounts-qt5/Accounts/Service
/usr/include/accounts-qt5/Accounts/ServiceType
/usr/include/accounts-qt5/Accounts/account-service.h
/usr/include/accounts-qt5/Accounts/account.h
/usr/include/accounts-qt5/Accounts/accountscommon.h
/usr/include/accounts-qt5/Accounts/application.h
/usr/include/accounts-qt5/Accounts/auth-data.h
/usr/include/accounts-qt5/Accounts/error.h
/usr/include/accounts-qt5/Accounts/manager.h
/usr/include/accounts-qt5/Accounts/manager_p.h
/usr/include/accounts-qt5/Accounts/provider.h
/usr/include/accounts-qt5/Accounts/service-type.h
/usr/include/accounts-qt5/Accounts/service.h
/usr/include/accounts-qt5/Accounts/utils.h
/usr/lib64/cmake/AccountsQt5
/usr/lib64/cmake/AccountsQt5/AccountsQt5Config.cmake
/usr/lib64/cmake/AccountsQt5/AccountsQt5ConfigVersion.cmake
/usr/lib64/libaccounts-qt5.so
/usr/lib64/pkgconfig/accounts-qt5.pc

References

Summary

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