How To Install python-tilestache-examples on Fedora 36

In this tutorial we learn how to install python-tilestache-examples in Fedora 36. python-tilestache-examples is Example code for TileStache

Introduction

In this tutorial we learn how to install python-tilestache-examples on Fedora 36.

What is python-tilestache-examples

Example code for TileStache

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

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

sudo dnf -y install python-tilestache-examples

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

sudo yum -y install python-tilestache-examples

How To Uninstall python-tilestache-examples on Fedora 36

To uninstall only the python-tilestache-examples package we can use the following command:

sudo dnf remove python-tilestache-examples

python-tilestache-examples Package Contents on Fedora 36

/usr/share/TileStache
/usr/share/TileStache/examples
/usr/share/TileStache/examples/composite
/usr/share/TileStache/examples/composite/composite-stack.xml
/usr/share/TileStache/examples/composite/composite.cfg
/usr/share/TileStache/examples/composite/mapnik-base.xml
/usr/share/TileStache/examples/composite/mapnik-halos.xml
/usr/share/TileStache/examples/composite/mapnik-outlines.xml
/usr/share/TileStache/examples/composite/mapnik-streets.xml
/usr/share/TileStache/examples/geotiff
/usr/share/TileStache/examples/geotiff/cea.tif
/usr/share/TileStache/examples/geotiff/mapnik.xml
/usr/share/TileStache/examples/geotiff/server.py
/usr/share/TileStache/examples/sample_data
/usr/share/TileStache/examples/sample_data/world_merc.dbf
/usr/share/TileStache/examples/sample_data/world_merc.prj
/usr/share/TileStache/examples/sample_data/world_merc.shp
/usr/share/TileStache/examples/sample_data/world_merc.shx
/usr/share/TileStache/examples/style.xml
/usr/share/TileStache/examples/zoom_example
/usr/share/TileStache/examples/zoom_example/rhodeisland.mbtiles
/usr/share/TileStache/examples/zoom_example/run_server.sh
/usr/share/TileStache/examples/zoom_example/test.html
/usr/share/TileStache/examples/zoom_example/zoom_example.cfg
/usr/share/doc/python-tilestache-examples
/usr/share/doc/python-tilestache-examples/README.md
/usr/share/licenses/python-tilestache-examples
/usr/share/licenses/python-tilestache-examples/LICENSE

References

Summary

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