How to Install and Uninstall python3-pyshp.noarch Package on Fedora 35

Last updated: June 16,2024

1. Install "python3-pyshp.noarch" package

Please follow the steps below to install python3-pyshp.noarch on Fedora 35

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

2. Uninstall "python3-pyshp.noarch" package

Please follow the instructions below to uninstall python3-pyshp.noarch on Fedora 35:

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

3. Information about the python3-pyshp.noarch package on Fedora 35

Last metadata expiration check: 5:48:13 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-pyshp
Version : 2.3.1
Release : 1.fc35
Architecture : noarch
Size : 74 k
Source : pyshp-2.3.1-1.fc35.src.rpm
Repository : updates
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.