How To Install kde-settings-plasma on Rocky Linux 8

In this tutorial we learn how to install kde-settings-plasma on Rocky Linux 8. kde-settings-plasma is Configuration files for plasma

Introduction

In this tutorial we learn how to install kde-settings-plasma on Rocky Linux 8.

What is kde-settings-plasma

Configuration files for plasma.

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

Install kde-settings-plasma 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 kde-settings-plasma using dnf by running the following command:

sudo dnf -y install kde-settings-plasma

Install kde-settings-plasma 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 kde-settings-plasma using yum by running the following command:

sudo yum -y install kde-settings-plasma

How To Uninstall kde-settings-plasma on Rocky Linux 8

To uninstall only the kde-settings-plasma package we can use the following command:

sudo dnf remove kde-settings-plasma

kde-settings-plasma Package Contents on Rocky Linux 8

/etc/xdg/plasma-workspace/env/env.sh
/etc/xdg/plasma-workspace/env/gtk2_rc_files.sh
/etc/xdg/plasma-workspace/env/gtk3_scrolling.sh
/etc/xdg/plasma-workspace/shutdown/kuiserver5.sh
/usr/share/plasma/look-and-feel/org.fedoraproject.fedora.desktop/contents/plasmoidsetupscripts/org.kde.plasma.kicker.js
/usr/share/plasma/look-and-feel/org.fedoraproject.fedora.desktop/contents/plasmoidsetupscripts/org.kde.plasma.kickerdash.js
/usr/share/plasma/look-and-feel/org.fedoraproject.fedora.desktop/contents/plasmoidsetupscripts/org.kde.plasma.kickoff.js
/usr/share/plasma/shells/org.kde.plasma.desktop/contents/updates/00-start-here-2.js
/usr/share/wallpapers/Fedora

References

Summary

In this tutorial we learn how to install kde-settings-plasma on Rocky Linux 8 using yum and dnf.