How To Install geos on Fedora 36

In this tutorial we learn how to install geos in Fedora 36. geos is GEOS is a C++ port of the Java Topology Suite

Introduction

In this tutorial we learn how to install geos on Fedora 36.

What is geos

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()

We can use yum or dnf to install geos on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install geos.

Install geos on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install geos using dnf by running the following command:

sudo dnf -y install geos

Install geos on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install geos using yum by running the following command:

sudo yum -y install geos

How To Uninstall geos on Fedora 36

To uninstall only the geos package we can use the following command:

sudo dnf remove geos

geos Package Contents on Fedora 36

/usr/bin/geosop
/usr/lib/.build-id
/usr/lib/.build-id/02
/usr/lib/.build-id/02/6bf095b75e6edc4897055e63c2c3f8b01465d9
/usr/lib/.build-id/37
/usr/lib/.build-id/37/028022141de61d4fbe6c090593716bb3278fa2
/usr/lib/.build-id/46
/usr/lib/.build-id/46/46c15630903cc30e3009868674ddc41933f2eb
/usr/lib/libgeos.so.3.10.2
/usr/lib/libgeos_c.so.1
/usr/lib/libgeos_c.so.1.16.0
/usr/share/doc/geos
/usr/share/doc/geos/AUTHORS
/usr/share/doc/geos/NEWS
/usr/share/doc/geos/README.md
/usr/share/licenses/geos
/usr/share/licenses/geos/COPYING

References

Summary

In this tutorial we learn how to install geos on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install geos on Fedora 36” linkTitle: “geos” type: “docs” description: “In this tutorial we learn how to install geos in Fedora 36. geos is GEOS is a C++ port of the Java Topology Suite” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/geos-featured.png

Introduction

In this tutorial we learn how to install geos on Fedora 36.

What is geos

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()

We can use yum or dnf to install geos on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install geos.

Install geos on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install geos using dnf by running the following command:

sudo dnf -y install geos

Install geos on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install geos using yum by running the following command:

sudo yum -y install geos

How To Uninstall geos on Fedora 36

To uninstall only the geos package we can use the following command:

sudo dnf remove geos

geos Package Contents on Fedora 36

/usr/bin/geosop
/usr/lib/.build-id
/usr/lib/.build-id/73
/usr/lib/.build-id/73/729fad771acc4907f87efc141b7985cd4ea23b
/usr/lib/.build-id/82
/usr/lib/.build-id/82/e369156a407e4ecdff1b69f8eae1754d8458ed
/usr/lib/.build-id/a3
/usr/lib/.build-id/a3/e0d41e81e0ce205261d082215889916f3983cd
/usr/lib64/libgeos.so.3.10.2
/usr/lib64/libgeos_c.so.1
/usr/lib64/libgeos_c.so.1.16.0
/usr/share/doc/geos
/usr/share/doc/geos/AUTHORS
/usr/share/doc/geos/NEWS
/usr/share/doc/geos/README.md
/usr/share/licenses/geos
/usr/share/licenses/geos/COPYING

References

Summary

In this tutorial we learn how to install geos on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).