How to Install and Uninstall python3-cartopy.x86_64 Package on Fedora 34

Last updated: October 04,2024

1. Install "python3-cartopy.x86_64" package

In this section, we are going to explain the necessary steps to install python3-cartopy.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install python3-cartopy.x86_64

2. Uninstall "python3-cartopy.x86_64" package

This is a short guide on how to uninstall python3-cartopy.x86_64 on Fedora 34:

$ sudo dnf remove python3-cartopy.x86_64 $ sudo dnf autoremove

3. Information about the python3-cartopy.x86_64 package on Fedora 34

Last metadata expiration check: 5:33:24 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-cartopy
Version : 0.19.0
Release : 1.fc34
Architecture : x86_64
Size : 13 M
Source : python-cartopy-0.19.0-1.fc34.src.rpm
Repository : updates
Summary : Cartographic Python library with Matplotlib visualisations
URL : http://scitools.org.uk/cartopy/docs/latest/
License : LGPLv3
Description : Cartopy is a Python package designed to make drawing maps for data analysis
: and visualisation easy. It features:
: * object oriented projection definitions
: * point, line, polygon and image transformations between projections
: * integration to expose advanced mapping in matplotlib with a simple and
: intuitive interface
: * powerful vector data handling by integrating shapefile reading with Shapely
: capabilities