How To Install postgis-utils on Fedora 36

In this tutorial we learn how to install postgis-utils in Fedora 36. postgis-utils is The utils for PostGIS

Introduction

In this tutorial we learn how to install postgis-utils on Fedora 36.

What is postgis-utils

The postgis-utils package provides the utilities for PostGIS.

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

Install postgis-utils 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 postgis-utils using dnf by running the following command:

sudo dnf -y install postgis-utils

Install postgis-utils 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 postgis-utils using yum by running the following command:

sudo yum -y install postgis-utils

How To Uninstall postgis-utils on Fedora 36

To uninstall only the postgis-utils package we can use the following command:

sudo dnf remove postgis-utils

postgis-utils Package Contents on Fedora 36

/usr/share/doc/pgsql/extension/README.address_standardizer
/usr/share/doc/postgis-utils
/usr/share/doc/postgis-utils/README
/usr/share/pgsql/contrib/postgis-3.2/postgis_restore.pl
/usr/share/postgis
/usr/share/postgis/create_extension_unpackage.pl
/usr/share/postgis/create_undef.pl
/usr/share/postgis/postgis_proc_upgrade.pl
/usr/share/postgis/postgis_restore.pl
/usr/share/postgis/profile_intersects.pl
/usr/share/postgis/read_scripts_version.pl
/usr/share/postgis/test_estimation.pl
/usr/share/postgis/test_geography_estimation.pl
/usr/share/postgis/test_geography_joinestimation.pl
/usr/share/postgis/test_joinestimation.pl

References

Summary

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