How To Install kf5-kpeople-devel on Rocky Linux 8

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

Introduction

In this tutorial we learn how to install kf5-kpeople-devel on Rocky Linux 8.

What is kf5-kpeople-devel

The kf5-kpeople-devel package contains libraries and header files for developing applications that use kf5-kpeople.

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

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

sudo dnf -y install kf5-kpeople-devel

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

sudo yum -y install kf5-kpeople-devel

How To Uninstall kf5-kpeople-devel on Rocky Linux 8

To uninstall only the kf5-kpeople-devel package we can use the following command:

sudo dnf remove kf5-kpeople-devel

kf5-kpeople-devel Package Contents on Rocky Linux 8

/usr/include/KF5/KPeople
/usr/include/KF5/KPeople/KPeople
/usr/include/KF5/KPeople/KPeople/Global
/usr/include/KF5/KPeople/KPeople/PersonData
/usr/include/KF5/KPeople/KPeople/PersonPluginManager
/usr/include/KF5/KPeople/KPeople/PersonsModel
/usr/include/KF5/KPeople/KPeople/Widgets
/usr/include/KF5/KPeople/KPeople/Widgets/AbstractFieldWidgetFactory
/usr/include/KF5/KPeople/KPeople/Widgets/Actions
/usr/include/KF5/KPeople/KPeople/Widgets/MergeDialog
/usr/include/KF5/KPeople/KPeople/Widgets/PersonDetailsDialog
/usr/include/KF5/KPeople/KPeople/Widgets/PersonDetailsView
/usr/include/KF5/KPeople/KPeopleBackend
/usr/include/KF5/KPeople/KPeopleBackend/AbstractContact
/usr/include/KF5/KPeople/KPeopleBackend/AbstractEditableContact
/usr/include/KF5/KPeople/KPeopleBackend/AbstractPersonAction
/usr/include/KF5/KPeople/KPeopleBackend/AllContactsMonitor
/usr/include/KF5/KPeople/KPeopleBackend/BasePersonsDataSource
/usr/include/KF5/KPeople/KPeopleBackend/ContactMonitor
/usr/include/KF5/KPeople/kpeople
/usr/include/KF5/KPeople/kpeople/global.h
/usr/include/KF5/KPeople/kpeople/kpeople_export.h
/usr/include/KF5/KPeople/kpeople/persondata.h
/usr/include/KF5/KPeople/kpeople/personpluginmanager.h
/usr/include/KF5/KPeople/kpeople/personsmodel.h
/usr/include/KF5/KPeople/kpeople/widgets
/usr/include/KF5/KPeople/kpeople/widgets/abstractfieldwidgetfactory.h
/usr/include/KF5/KPeople/kpeople/widgets/actions.h
/usr/include/KF5/KPeople/kpeople/widgets/kpeoplewidgets_export.h
/usr/include/KF5/KPeople/kpeople/widgets/mergedialog.h
/usr/include/KF5/KPeople/kpeople/widgets/persondetailsdialog.h
/usr/include/KF5/KPeople/kpeople/widgets/persondetailsview.h
/usr/include/KF5/KPeople/kpeoplebackend
/usr/include/KF5/KPeople/kpeoplebackend/abstractcontact.h
/usr/include/KF5/KPeople/kpeoplebackend/abstracteditablecontact.h
/usr/include/KF5/KPeople/kpeoplebackend/abstractpersonaction.h
/usr/include/KF5/KPeople/kpeoplebackend/allcontactsmonitor.h
/usr/include/KF5/KPeople/kpeoplebackend/basepersonsdatasource.h
/usr/include/KF5/KPeople/kpeoplebackend/contactmonitor.h
/usr/include/KF5/KPeople/kpeoplebackend/kpeoplebackend_export.h
/usr/lib64/cmake/KF5People
/usr/lib64/cmake/KF5People/KF5PeopleConfig.cmake
/usr/lib64/cmake/KF5People/KF5PeopleConfigVersion.cmake
/usr/lib64/cmake/KF5People/KPeopleTargets-release.cmake
/usr/lib64/cmake/KF5People/KPeopleTargets.cmake
/usr/lib64/libKF5People.so
/usr/lib64/libKF5PeopleBackend.so
/usr/lib64/libKF5PeopleWidgets.so
/usr/lib64/qt5/mkspecs/modules/qt_KPeople.pri
/usr/lib64/qt5/mkspecs/modules/qt_KPeopleWidgets.pri

References

Summary

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