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

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

Introduction

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

What is kf5-libkgeomap-devel

Development files for kf5-libkgeomap.

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

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

sudo dnf -y install kf5-libkgeomap-devel

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

sudo yum -y install kf5-libkgeomap-devel

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

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

sudo dnf remove kf5-libkgeomap-devel

kf5-libkgeomap-devel Package Contents on Rocky Linux 8

/usr/include/KF5/KGeoMap
/usr/include/KF5/KGeoMap/KGeoMap
/usr/include/KF5/KGeoMap/KGeoMap/AbstractMarkerTiler
/usr/include/KF5/KGeoMap/KGeoMap/DragDropHandler
/usr/include/KF5/KGeoMap/KGeoMap/GeoCoordinates
/usr/include/KF5/KGeoMap/KGeoMap/GroupState
/usr/include/KF5/KGeoMap/KGeoMap/GroupStateComputer
/usr/include/KF5/KGeoMap/KGeoMap/ItemMarkerTiler
/usr/include/KF5/KGeoMap/KGeoMap/LookupAltitude
/usr/include/KF5/KGeoMap/KGeoMap/LookupFactory
/usr/include/KF5/KGeoMap/KGeoMap/MapWidget
/usr/include/KF5/KGeoMap/KGeoMap/ModelHelper
/usr/include/KF5/KGeoMap/KGeoMap/TileIndex
/usr/include/KF5/KGeoMap/KGeoMap/TrackReader
/usr/include/KF5/KGeoMap/KGeoMap/Tracks
/usr/include/KF5/KGeoMap/KGeoMap/Types
/usr/include/KF5/KGeoMap/kgeomap
/usr/include/KF5/KGeoMap/kgeomap/abstractmarkertiler.h
/usr/include/KF5/KGeoMap/kgeomap/dragdrophandler.h
/usr/include/KF5/KGeoMap/kgeomap/geocoordinates.h
/usr/include/KF5/KGeoMap/kgeomap/groupstate.h
/usr/include/KF5/KGeoMap/kgeomap/groupstatecomputer.h
/usr/include/KF5/KGeoMap/kgeomap/itemmarkertiler.h
/usr/include/KF5/KGeoMap/kgeomap/libkgeomap_export.h
/usr/include/KF5/KGeoMap/kgeomap/lookupaltitude.h
/usr/include/KF5/KGeoMap/kgeomap/lookupfactory.h
/usr/include/KF5/KGeoMap/kgeomap/mapwidget.h
/usr/include/KF5/KGeoMap/kgeomap/modelhelper.h
/usr/include/KF5/KGeoMap/kgeomap/tileindex.h
/usr/include/KF5/KGeoMap/kgeomap/trackreader.h
/usr/include/KF5/KGeoMap/kgeomap/tracks.h
/usr/include/KF5/KGeoMap/kgeomap/types.h
/usr/include/KF5/libkgeomap_version.h
/usr/lib64/cmake/KF5KGeoMap
/usr/lib64/cmake/KF5KGeoMap/KF5KGeoMapConfig.cmake
/usr/lib64/cmake/KF5KGeoMap/KF5KGeoMapConfigVersion.cmake
/usr/lib64/cmake/KF5KGeoMap/KF5KGeoMapTargets-release.cmake
/usr/lib64/cmake/KF5KGeoMap/KF5KGeoMapTargets.cmake
/usr/lib64/libKF5KGeoMap.so
/usr/share/licenses/kf5-libkgeomap-devel
/usr/share/licenses/kf5-libkgeomap-devel/COPYING-CMAKE-SCRIPTS
/usr/share/licenses/kf5-libkgeomap-devel/COPYING.LIB

References

Summary

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