How To Install kcm_systemd on Rocky Linux 8
Introduction
In this tutorial we learn how to install kcm_systemd on Rocky Linux 8.
What is kcm_systemd
Systemd control module for KDE. It provides a graphical frontend for the systemd daemon, which allows for viewing and controlling systemd units, as well as modifying configuration files. In integrates in the System Settings dialogue in KDE.
We can use yum or dnf to install kcm_systemd on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install kcm_systemd.
Install kcm_systemd 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 kcm_systemd using dnf by running the following command:
sudo dnf -y install kcm_systemd
Install kcm_systemd 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 kcm_systemd using yum by running the following command:
sudo yum -y install kcm_systemd
How To Uninstall kcm_systemd on Rocky Linux 8
To uninstall only the kcm_systemd package we can use the following command:
sudo dnf remove kcm_systemd
kcm_systemd Package Contents on Rocky Linux 8
/usr/lib/.build-id
/usr/lib/.build-id/13
/usr/lib/.build-id/13/9a2a58700841b3b7f70c392c1e76ae83910519
/usr/lib/.build-id/d0
/usr/lib/.build-id/d0/965fb1cf2aac0faa33fb2c8db920059baed453
/usr/lib64/qt5/plugins/kcm_systemd.so
/usr/libexec/kf5/kauth/kcmsystemdhelper
/usr/share/dbus-1/system-services/org.kde.kcontrol.kcmsystemd.service
/usr/share/dbus-1/system.d/org.kde.kcontrol.kcmsystemd.conf
/usr/share/doc/kcm_systemd
/usr/share/doc/kcm_systemd/NEWS
/usr/share/doc/kcm_systemd/README.md
/usr/share/kservices5/kcm_systemd.desktop
/usr/share/licenses/kcm_systemd
/usr/share/licenses/kcm_systemd/COPYING
/usr/share/locale/ast/LC_MESSAGES/systemd-kcm.mo
/usr/share/locale/ca/LC_MESSAGES/systemd-kcm.mo
/usr/share/locale/cs/LC_MESSAGES/systemd-kcm.mo
/usr/share/locale/da/LC_MESSAGES/systemd-kcm.mo
/usr/share/locale/de/LC_MESSAGES/systemd-kcm.mo
/usr/share/locale/es/LC_MESSAGES/systemd-kcm.mo
/usr/share/locale/fi/LC_MESSAGES/systemd-kcm.mo
/usr/share/locale/fr/LC_MESSAGES/systemd-kcm.mo
/usr/share/locale/gl/LC_MESSAGES/systemd-kcm.mo
/usr/share/locale/ja/LC_MESSAGES/systemd-kcm.mo
/usr/share/locale/nl/LC_MESSAGES/systemd-kcm.mo
/usr/share/locale/pl/LC_MESSAGES/systemd-kcm.mo
/usr/share/locale/pt/LC_MESSAGES/systemd-kcm.mo
/usr/share/locale/pt_BR/LC_MESSAGES/systemd-kcm.mo
/usr/share/locale/ru/LC_MESSAGES/systemd-kcm.mo
/usr/share/locale/sk/LC_MESSAGES/systemd-kcm.mo
/usr/share/locale/sv/LC_MESSAGES/systemd-kcm.mo
/usr/share/locale/uk/LC_MESSAGES/systemd-kcm.mo
/usr/share/locale/zh_CN/LC_MESSAGES/systemd-kcm.mo
/usr/share/locale/zh_TW/LC_MESSAGES/systemd-kcm.mo
/usr/share/polkit-1/actions/org.kde.kcontrol.kcmsystemd.policy
References
Summary
In this tutorial we learn how to install kcm_systemd on Rocky Linux 8 using yum and dnf.