How To Install plasma-systemsettings-devel on Rocky Linux 8

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

Introduction

In this tutorial we learn how to install plasma-systemsettings-devel on Rocky Linux 8.

What is plasma-systemsettings-devel

The plasma-systemsettings-devel package contains libraries and header files for developing applications that use plasma-systemsettings.

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

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

sudo dnf -y install plasma-systemsettings-devel

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

sudo yum -y install plasma-systemsettings-devel

How To Uninstall plasma-systemsettings-devel on Rocky Linux 8

To uninstall only the plasma-systemsettings-devel package we can use the following command:

sudo dnf remove plasma-systemsettings-devel

plasma-systemsettings-devel Package Contents on Rocky Linux 8

/usr/include/systemsettingsview
/usr/include/systemsettingsview/BaseData.h
/usr/include/systemsettingsview/BaseMode.h
/usr/include/systemsettingsview/MenuItem.h
/usr/include/systemsettingsview/MenuModel.h
/usr/include/systemsettingsview/MenuProxyModel.h
/usr/include/systemsettingsview/ModuleView.h
/usr/include/systemsettingsview/systemsettingsview_export.h
/usr/lib64/libsystemsettingsview.so

References

Summary

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