How to Install and Uninstall geos-devel.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 05,2024

1. Install "geos-devel.x86_64" package

This is a short guide on how to install geos-devel.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install geos-devel.x86_64

2. Uninstall "geos-devel.x86_64" package

In this section, we are going to explain the necessary steps to uninstall geos-devel.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove geos-devel.x86_64 $ sudo dnf autoremove

3. Information about the geos-devel.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:20:01 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : geos-devel
Version : 3.10.1
Release : 1.el9
Architecture : x86_64
Size : 1.7 M
Source : geos-3.10.1-1.el9.src.rpm
Repository : epel
Summary : Development files for GEOS
URL : https://libgeos.org/
License : LGPLv2
Description : GEOS (Geometry Engine - Open Source) is a C++ port of the Java Topology
: Suite (JTS). As such, it aims to contain the complete functionality of
: JTS in C++. This includes all the OpenGIS "Simple Features for SQL" spatial
: predicate functions and spatial operators, as well as specific JTS topology
: functions such as IsValid().
:
: This package contains the development files to build applications that
: use GEOS.