How to Install and Uninstall rasterio Package on Kali Linux

Last updated: May 02,2024

1. Install "rasterio" package

Please follow the step by step instructions below to install rasterio on Kali Linux

$ sudo apt update $ sudo apt install rasterio

2. Uninstall "rasterio" package

Please follow the step by step instructions below to uninstall rasterio on Kali Linux:

$ sudo apt remove rasterio $ sudo apt autoclean && sudo apt autoremove

3. Information about the rasterio package on Kali Linux

Package: rasterio
Version: 1.3.9-3
Installed-Size: 66
Maintainer: Debian GIS Project
Architecture: all
Depends: python3-rasterio (>= 1.3.9-3), python3-rasterio (<< 1.3.9-3.1~), python3:any
Size: 41332
SHA256: 9e4835c1288e1ff8d62122b8e454e043f574839a387f5c5bd15352c7cb80d6a9
SHA1: 1187965a85332da1370088652936b5fb3b0a36c7
MD5sum: 46b3319e1cb5011ba9a0f6b4e983bd61
Description: Command line tool for investigating geospatial rasters
Rasterio reads and writes geospatial raster datasets.
.
Rasterio employs GDAL under the hood for file I/O and raster formatting.
Its functions typically accept and return Numpy ndarrays. Rasterio is designed
to make working with geospatial raster data more productive and more fun.
.
This package contains a command-line line interface to rasterio "rasterio"
which can be used to inspect raster datasets.
Description-md5:
Homepage: https://github.com/rasterio/rasterio
Tag: implemented-in::python, role::program
Section: python
Priority: optional
Filename: pool/main/r/rasterio/rasterio_1.3.9-3_all.deb