How to Install and Uninstall python3-pyshp.noarch Package on Oracle Linux 8

Last updated: May 15,2024

1. Install "python3-pyshp.noarch" package

This tutorial shows how to install python3-pyshp.noarch on Oracle Linux 8

$ sudo dnf update $ sudo dnf install python3-pyshp.noarch

2. Uninstall "python3-pyshp.noarch" package

Please follow the steps below to uninstall python3-pyshp.noarch on Oracle Linux 8:

$ sudo dnf remove python3-pyshp.noarch $ sudo dnf autoremove

3. Information about the python3-pyshp.noarch package on Oracle Linux 8

Last metadata expiration check: 3:46:04 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python3-pyshp
Version : 2.3.1
Release : 1.el8
Architecture : noarch
Size : 85 k
Source : pyshp-2.3.1-1.el8.src.rpm
Repository : epel
Summary : Pure Python read/write support for ESRI Shapefile format
URL : https://github.com/GeospatialPython/pyshp
License : MIT
Description : The Python Shapefile Library (PyShp) provides read and write support for the
: Esri Shapefile format. The Shapefile format is a popular Geographic Information
: System vector data format created by Esri. For more information about this
: format please read the well-written “ESRI Shapefile Technical Description –
: July 1998” located at
: http://www.esri.com/library/whitepapers/pdfs/shapefile.pdf. The Esri document
: describes the shp and shx file formats. However a third file format called dbf
: is also required. This format is documented on the web as the “XBase File
: Format Description” and is a simple file-based database format created in the
: 1960’s. For more on this specification see:
: http://www.clicketyclick.dk/databases/xbase/format/index.html
:
: Both the Esri and XBase file-formats are very simple in design and memory
: efficient which is part of the reason the shapefile format remains popular
: despite the numerous ways to store and exchange GIS data available today.