How To Install python-cartopy-common on Fedora 36

In this tutorial we learn how to install python-cartopy-common in Fedora 36. python-cartopy-common is Data files for cartopy

Introduction

In this tutorial we learn how to install python-cartopy-common on Fedora 36.

What is python-cartopy-common

Data files for cartopy.

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

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

sudo dnf -y install python-cartopy-common

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

sudo yum -y install python-cartopy-common

How To Uninstall python-cartopy-common on Fedora 36

To uninstall only the python-cartopy-common package we can use the following command:

sudo dnf remove python-cartopy-common

python-cartopy-common Package Contents on Fedora 36

/usr/share/cartopy
/usr/share/cartopy/shapefiles
/usr/share/cartopy/shapefiles/natural_earth
/usr/share/cartopy/shapefiles/natural_earth/cultural
/usr/share/cartopy/shapefiles/natural_earth/physical
/usr/share/doc/python-cartopy-common
/usr/share/doc/python-cartopy-common/README.md
/usr/share/licenses/python-cartopy-common
/usr/share/licenses/python-cartopy-common/COPYING
/usr/share/licenses/python-cartopy-common/COPYING.LESSER
/usr/share/licenses/python-cartopy-common/LICENSE

References

Summary

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