How to Install and Uninstall python3-shapely.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 06,2024

1. Install "python3-shapely.x86_64" package

Please follow the instructions below to install python3-shapely.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "python3-shapely.x86_64" package

Please follow the step by step instructions below to uninstall python3-shapely.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the python3-shapely.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:29:45 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-shapely
Version : 1.8.2
Release : 8.el9
Architecture : x86_64
Size : 259 k
Source : python-shapely-1.8.2-8.el9.src.rpm
Repository : epel
Summary : Manipulation and analysis of geometric objects in the Cartesian plane
URL : https://github.com/shapely/shapely
License : BSD-3-Clause
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!