How To Install spatialite-tools on Fedora 36

In this tutorial we learn how to install spatialite-tools in Fedora 36. spatialite-tools is A set of useful CLI tools for SpatiaLite

Introduction

In this tutorial we learn how to install spatialite-tools on Fedora 36.

What is spatialite-tools

Spatialite-Tools is a set of useful CLI tools for SpatiaLite.

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

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

sudo dnf -y install spatialite-tools

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

sudo yum -y install spatialite-tools

How To Uninstall spatialite-tools on Fedora 36

To uninstall only the spatialite-tools package we can use the following command:

sudo dnf remove spatialite-tools

spatialite-tools Package Contents on Fedora 36

/usr/bin/exif_loader
/usr/bin/shp_doctor
/usr/bin/shp_sanitize
/usr/bin/spatialite
/usr/bin/spatialite_convert
/usr/bin/spatialite_dem
/usr/bin/spatialite_dxf
/usr/bin/spatialite_gml
/usr/bin/spatialite_network
/usr/bin/spatialite_osm_filter
/usr/bin/spatialite_osm_map
/usr/bin/spatialite_osm_net
/usr/bin/spatialite_osm_overpass
/usr/bin/spatialite_osm_raw
/usr/bin/spatialite_tool
/usr/bin/spatialite_xml2utf8
/usr/bin/spatialite_xml_collapse
/usr/bin/spatialite_xml_load
/usr/bin/spatialite_xml_print
/usr/bin/spatialite_xml_validator
/usr/lib/.build-id
/usr/lib/.build-id/15
/usr/lib/.build-id/15/df4a4f753b246e4d9cc5a5d59f7d73b3d5ec52
/usr/lib/.build-id/1f
/usr/lib/.build-id/1f/4546ce4aee6246279eca3cc1076b7ca867c096
/usr/lib/.build-id/1f/e3af3ec4dc31f1ce76101adca38f2dab6f0afe
/usr/lib/.build-id/29
/usr/lib/.build-id/29/714d1554e0e257549cb283a8a4db11408cc393
/usr/lib/.build-id/78
/usr/lib/.build-id/78/158653a5e2d98c361e5041d91264dce3cf69b9
/usr/lib/.build-id/7d
/usr/lib/.build-id/7d/3b7c26c990e5ea22c1909073b07871a6fb8396
/usr/lib/.build-id/7e
/usr/lib/.build-id/7e/161a45303114dbd1cb418822fa67f245395b20
/usr/lib/.build-id/80
/usr/lib/.build-id/80/878de77f208f5781d8697ae46c31cae250df44
/usr/lib/.build-id/87
/usr/lib/.build-id/87/5d666c3fd1919bafdfb936f5392aa12951d9ce
/usr/lib/.build-id/89
/usr/lib/.build-id/89/f0600811c193e2d5c015a0ae196e4ea81a55cb
/usr/lib/.build-id/8c
/usr/lib/.build-id/8c/e20d776575c3d3c96d1ba492b011b947fe0e7d
/usr/lib/.build-id/95
/usr/lib/.build-id/95/29a88d7100d1afe2c2b9e54d30ae126a3c52ce
/usr/lib/.build-id/a0
/usr/lib/.build-id/a0/0e400a90d60d64d662b9853f153b9273d0347b
/usr/lib/.build-id/ab
/usr/lib/.build-id/ab/d6108127dc61588bc728d438a9cc95a8aa542d
/usr/lib/.build-id/b9
/usr/lib/.build-id/b9/60abbf53cb90245824abedcb3564f3a6b40bcc
/usr/lib/.build-id/c5
/usr/lib/.build-id/c5/ea5e79b1e786b8166c283d368834dbaf495349
/usr/lib/.build-id/de
/usr/lib/.build-id/de/34612de3b4e8f5300eeb2f5f2b7aa5afd64178
/usr/lib/.build-id/e5
/usr/lib/.build-id/e5/a69288852019c0eb89cd32b315eb95b9aac4b8
/usr/lib/.build-id/f4
/usr/lib/.build-id/f4/69b86b508946b02b95ee4025b846f5666d9742
/usr/lib/.build-id/fc
/usr/lib/.build-id/fc/e641dfbedd2f2467c882a4be851f68875f1766
/usr/share/doc/spatialite-tools
/usr/share/doc/spatialite-tools/AUTHORS
/usr/share/licenses/spatialite-tools
/usr/share/licenses/spatialite-tools/COPYING

References

Summary

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