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

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

Introduction

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

What is libaccounts-glib-devel

The libaccounts-glib-devel package contains libraries and header files for developing applications that use libaccounts-glib.

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

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

sudo dnf -y install libaccounts-glib-devel

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

sudo yum -y install libaccounts-glib-devel

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

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

sudo dnf remove libaccounts-glib-devel

libaccounts-glib-devel Package Contents on Rocky Linux 8

/usr/include/libaccounts-glib
/usr/include/libaccounts-glib/accounts-glib.h
/usr/include/libaccounts-glib/ag-account-service.h
/usr/include/libaccounts-glib/ag-account.h
/usr/include/libaccounts-glib/ag-application.h
/usr/include/libaccounts-glib/ag-auth-data.h
/usr/include/libaccounts-glib/ag-errors.h
/usr/include/libaccounts-glib/ag-manager.h
/usr/include/libaccounts-glib/ag-provider.h
/usr/include/libaccounts-glib/ag-service-type.h
/usr/include/libaccounts-glib/ag-service.h
/usr/include/libaccounts-glib/ag-types.h
/usr/lib/.build-id
/usr/lib/.build-id/2f
/usr/lib/.build-id/2f/826e3d33547e01c8596d981b4a818951a97158
/usr/lib/.build-id/fb
/usr/lib/.build-id/fb/aa7ef0e4b56dc64f289c989d26e059ad531efc
/usr/lib64/libaccounts-glib
/usr/lib64/libaccounts-glib.so
/usr/lib64/libaccounts-glib/accounts-glib-test-wrapper.sh
/usr/lib64/libaccounts-glib/accounts-glib-test.sh
/usr/lib64/libaccounts-glib/accounts-glib-testsuite
/usr/lib64/libaccounts-glib/test-process
/usr/lib64/libaccounts-glib/tests.xml
/usr/lib64/pkgconfig/libaccounts-glib.pc
/usr/share/dbus-1/interfaces/com.google.code.AccountsSSO.Accounts.Manager.xml
/usr/share/gir-1.0/Accounts-1.0.gir
/usr/share/libaccounts-glib
/usr/share/libaccounts-glib/testdata
/usr/share/libaccounts-glib/testdata/accounts
/usr/share/libaccounts-glib/testdata/accounts/applications
/usr/share/libaccounts-glib/testdata/accounts/applications/Gallery.application
/usr/share/libaccounts-glib/testdata/accounts/applications/Mailer.application
/usr/share/libaccounts-glib/testdata/accounts/providers
/usr/share/libaccounts-glib/testdata/accounts/providers/MyProvider.provider
/usr/share/libaccounts-glib/testdata/accounts/providers/fake-os
/usr/share/libaccounts-glib/testdata/accounts/providers/fake-os/MyProvider.provider
/usr/share/libaccounts-glib/testdata/accounts/providers/maemo.provider
/usr/share/libaccounts-glib/testdata/accounts/service-types
/usr/share/libaccounts-glib/testdata/accounts/service-types/e-mail.service-type
/usr/share/libaccounts-glib/testdata/accounts/services
/usr/share/libaccounts-glib/testdata/accounts/services/MyService.service
/usr/share/libaccounts-glib/testdata/accounts/services/MyService2.service
/usr/share/libaccounts-glib/testdata/accounts/services/OtherService.service
/usr/share/libaccounts-glib/testdata/applications
/usr/share/libaccounts-glib/testdata/applications/Mailer.desktop
/usr/share/vala/vapi/libaccounts-glib.deps
/usr/share/vala/vapi/libaccounts-glib.vapi

References

Summary

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