How To Install PackageKit-glib on Rocky Linux 8
Introduction
In this tutorial we learn how to install PackageKit-glib
on Rocky Linux 8.
What is PackageKit-glib
GLib libraries for accessing PackageKit.
We can use yum
or dnf
to install PackageKit-glib
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install PackageKit-glib.
Install PackageKit-glib 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 PackageKit-glib
using dnf
by running the following command:
sudo dnf -y install PackageKit-glib
Install PackageKit-glib 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 PackageKit-glib
using yum
by running the following command:
sudo yum -y install PackageKit-glib
How To Uninstall PackageKit-glib on Rocky Linux 8
To uninstall only the PackageKit-glib
package we can use the following command:
sudo dnf remove PackageKit-glib
PackageKit-glib Package Contents on Rocky Linux 8
/usr/lib/.build-id
/usr/lib/.build-id/89/acf36fc0413111514f5127f02aff305f5510fb
/usr/lib64/girepository-1.0/PackageKitGlib-1.0.typelib
/usr/lib64/libpackagekit-glib2.so.18
/usr/lib64/libpackagekit-glib2.so.18.1.3
/usr/lib/.build-id
/usr/lib/.build-id/8d/33ed73957cc7715c4b995aa62a7e29d8470c1d
/usr/lib/girepository-1.0/PackageKitGlib-1.0.typelib
/usr/lib/libpackagekit-glib2.so.18
/usr/lib/libpackagekit-glib2.so.18.1.3
References
Summary
In this tutorial we learn how to install PackageKit-glib
on Rocky Linux 8 using yum and dnf.