How to Install and Uninstall python3-shapely.x86_64 Package on Fedora 39

Last updated: January 19,2025

1. Install "python3-shapely.x86_64" package

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

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

2. Uninstall "python3-shapely.x86_64" package

This guide covers the steps necessary to uninstall python3-shapely.x86_64 on Fedora 39:

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

3. Information about the python3-shapely.x86_64 package on Fedora 39

Last metadata expiration check: 4:04:13 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-shapely
Version : 2.0.3
Release : 1.fc39
Architecture : x86_64
Size : 682 k
Source : python-shapely-2.0.3-1.fc39.src.rpm
Repository : updates
Summary : Manipulation and analysis of geometric objects in the Cartesian plane
URL : https://github.com/shapely/shapely
License : BSD-3-Clause AND Unlicense AND MIT
Description : Shapely is a package for creation, manipulation, and analysis of planar
: geometry objects – designed especially for developers of cutting edge
: geographic information systems. In a nutshell: Shapely lets you do PostGIS-ish
: stuff outside the context of a database using idiomatic Python.
:
: You can use this package with python-matplotlib and numpy. See README.rst for
: more information!