How To Install libksysguard-common on Rocky Linux 8
Introduction
In this tutorial we learn how to install libksysguard-common
on Rocky Linux 8.
What is libksysguard-common
Runtime data files shared by libksysguard and ksysguard-libs.
We can use yum
or dnf
to install libksysguard-common
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install libksysguard-common.
Install libksysguard-common 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 libksysguard-common
using dnf
by running the following command:
sudo dnf -y install libksysguard-common
Install libksysguard-common 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 libksysguard-common
using yum
by running the following command:
sudo yum -y install libksysguard-common
How To Uninstall libksysguard-common on Rocky Linux 8
To uninstall only the libksysguard-common
package we can use the following command:
sudo dnf remove libksysguard-common
libksysguard-common Package Contents on Rocky Linux 8
/usr/lib/.build-id
/usr/lib/.build-id/74
/usr/lib/.build-id/74/92644f81d409c8ade249b222544f8203b956f4
/usr/libexec/kf5/kauth/ksysguardprocesslist_helper
/usr/share/dbus-1/system-services/org.kde.ksysguard.processlisthelper.service
/usr/share/dbus-1/system.d/org.kde.ksysguard.processlisthelper.conf
/usr/share/polkit-1/actions/org.kde.ksysguard.processlisthelper.policy
References
Summary
In this tutorial we learn how to install libksysguard-common
on Rocky Linux 8 using yum and dnf.