How to Install and Uninstall python3-rasterio.x86_64 Package on Fedora 34

Last updated: September 20,2024

1. Install "python3-rasterio.x86_64" package

This tutorial shows how to install python3-rasterio.x86_64 on Fedora 34

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

2. Uninstall "python3-rasterio.x86_64" package

In this section, we are going to explain the necessary steps to uninstall python3-rasterio.x86_64 on Fedora 34:

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

3. Information about the python3-rasterio.x86_64 package on Fedora 34

Last metadata expiration check: 0:01:42 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-rasterio
Version : 1.2.10
Release : 1.fc34
Architecture : x86_64
Size : 1.0 M
Source : python-rasterio-1.2.10-1.fc34.src.rpm
Repository : updates
Summary : Fast and direct raster I/O for use with Numpy and SciPy
URL : https://github.com/mapbox/rasterio
License : BSD
Description : Rasterio reads and writes geospatial raster data. Geographic information
: systems use GeoTIFF and other formats to organize and store gridded, or raster,
: datasets. Rasterio reads and writes these formats and provides a Python API
: based on ND arrays.