How to Install and Uninstall python3-shapely.x86_64 Package on CentOS Stream 8

Last updated: May 19,2024

1. Install "python3-shapely.x86_64" package

This guide covers the steps necessary to install python3-shapely.x86_64 on CentOS Stream 8

$ 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 CentOS Stream 8:

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

3. Information about the python3-shapely.x86_64 package on CentOS Stream 8

Last metadata expiration check: 4:05:13 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python3-shapely
Version : 1.7.1
Release : 9.el8
Architecture : x86_64
Size : 264 k
Source : python-shapely-1.7.1-9.el8.src.rpm
Repository : epel
Summary : Manipulation and analysis of geometric objects in the Cartesian plane
URL : https://github.com/Toblerity/Shapely
License : BSD
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!