How To Install python3-contextily on Fedora 36

In this tutorial we learn how to install python3-contextily in Fedora 36. python3-contextily is Context geo-tiles in Python

Introduction

In this tutorial we learn how to install python3-contextily on Fedora 36.

What is python3-contextily

contextily is a small Python 3 package to retrieve and write to disk tile maps from the internet into geospatial raster files. Bounding boxes can be passed in both WGS84 (EPSG

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

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

sudo dnf -y install python3-contextily

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

sudo yum -y install python3-contextily

How To Uninstall python3-contextily on Fedora 36

To uninstall only the python3-contextily package we can use the following command:

sudo dnf remove python3-contextily

python3-contextily Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/contextily
/usr/lib/python3.10/site-packages/contextily-1.1.0.dist-info
/usr/lib/python3.10/site-packages/contextily-1.1.0.dist-info/INSTALLER
/usr/lib/python3.10/site-packages/contextily-1.1.0.dist-info/LICENSE.txt
/usr/lib/python3.10/site-packages/contextily-1.1.0.dist-info/METADATA
/usr/lib/python3.10/site-packages/contextily-1.1.0.dist-info/WHEEL
/usr/lib/python3.10/site-packages/contextily-1.1.0.dist-info/top_level.txt
/usr/lib/python3.10/site-packages/contextily/__init__.py
/usr/lib/python3.10/site-packages/contextily/__pycache__
/usr/lib/python3.10/site-packages/contextily/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/contextily/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/contextily/__pycache__/place.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/contextily/__pycache__/place.cpython-310.pyc
/usr/lib/python3.10/site-packages/contextily/__pycache__/plotting.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/contextily/__pycache__/plotting.cpython-310.pyc
/usr/lib/python3.10/site-packages/contextily/__pycache__/tile.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/contextily/__pycache__/tile.cpython-310.pyc
/usr/lib/python3.10/site-packages/contextily/place.py
/usr/lib/python3.10/site-packages/contextily/plotting.py
/usr/lib/python3.10/site-packages/contextily/tile.py
/usr/share/doc/python3-contextily
/usr/share/doc/python3-contextily/README.md
/usr/share/licenses/python3-contextily
/usr/share/licenses/python3-contextily/LICENSE.txt

References

Summary

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