How To Install libspatialite on Fedora 36

In this tutorial we learn how to install libspatialite in Fedora 36. libspatialite is Enables SQLite to support spatial data

Introduction

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

What is libspatialite

SpatiaLite is a a library extending the basic SQLite core in order to get a full fledged Spatial DBMS, really simple and lightweight, but mostly OGC-SFS compliant.

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

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

sudo dnf -y install libspatialite

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

sudo yum -y install libspatialite

How To Uninstall libspatialite on Fedora 36

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

sudo dnf remove libspatialite

libspatialite Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/05
/usr/lib/.build-id/05/2e0e3d2cef014dbb8d63cc341aa939a4493ca5
/usr/lib/.build-id/77
/usr/lib/.build-id/77/52773df6957949d6a5504b91094692f995a4b0
/usr/lib/libspatialite.so.7
/usr/lib/libspatialite.so.7.1.2
/usr/lib/mod_spatialite.so
/usr/lib/mod_spatialite.so.7
/usr/lib/mod_spatialite.so.7.1.0
/usr/share/doc/libspatialite
/usr/share/doc/libspatialite/AUTHORS
/usr/share/licenses/libspatialite
/usr/share/licenses/libspatialite/COPYING

References

Summary

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


title: “How To Install libspatialite on Fedora 36” linkTitle: “libspatialite” type: “docs” description: “In this tutorial we learn how to install libspatialite in Fedora 36. libspatialite is Enables SQLite to support spatial data” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libspatialite-featured.png

Introduction

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

What is libspatialite

SpatiaLite is a a library extending the basic SQLite core in order to get a full fledged Spatial DBMS, really simple and lightweight, but mostly OGC-SFS compliant.

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

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

sudo dnf -y install libspatialite

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

sudo yum -y install libspatialite

How To Uninstall libspatialite on Fedora 36

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

sudo dnf remove libspatialite

libspatialite Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/3c
/usr/lib/.build-id/3c/30f0de1423f6f51e5d7245c1c33f573567e330
/usr/lib/.build-id/fc
/usr/lib/.build-id/fc/a3b6cb7fe787afa6f1603bfb317c813c291c0a
/usr/lib64/libspatialite.so.7
/usr/lib64/libspatialite.so.7.1.2
/usr/lib64/mod_spatialite.so
/usr/lib64/mod_spatialite.so.7
/usr/lib64/mod_spatialite.so.7.1.0
/usr/share/doc/libspatialite
/usr/share/doc/libspatialite/AUTHORS
/usr/share/licenses/libspatialite
/usr/share/licenses/libspatialite/COPYING

References

Summary

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