How To Install libaccounts-qt5 on Rocky Linux 8

In this tutorial we learn how to install libaccounts-qt5 on Rocky Linux 8. libaccounts-qt5 is Accounts framework Qt5 bindings

Introduction

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

What is libaccounts-qt5

Accounts framework Qt5 bindings.

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

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

sudo dnf -y install libaccounts-qt5

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

sudo yum -y install libaccounts-qt5

How To Uninstall libaccounts-qt5 on Rocky Linux 8

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

sudo dnf remove libaccounts-qt5

libaccounts-qt5 Package Contents on Rocky Linux 8

/usr/lib/.build-id
/usr/lib/.build-id/84
/usr/lib/.build-id/84/97e6a3f23a2f0af2a61b6da7ff016d4ff291df
/usr/lib64/libaccounts-qt5.so.1
/usr/lib64/libaccounts-qt5.so.1.4
/usr/lib64/libaccounts-qt5.so.1.4.0
/usr/share/accounts
/usr/share/accounts/providers
/usr/share/accounts/services
/usr/share/licenses/libaccounts-qt5
/usr/share/licenses/libaccounts-qt5/COPYING

References

Summary

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