How to Install and Uninstall python3-rasterio Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "python3-rasterio" package

Here is a brief guide to show you how to install python3-rasterio on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-rasterio

2. Uninstall "python3-rasterio" package

Please follow the step by step instructions below to uninstall python3-rasterio on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python3-rasterio package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-rasterio
Priority: optional
Section: universe/python
Installed-Size: 2041
Maintainer: Ubuntu Developers
Original-Maintainer: Debian GIS Project
Architecture: amd64
Source: rasterio
Version: 0.31.0-2build1
Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libgdal.so.1-1.11.3, libgdal1i (>= 1.9.0), libstdc++6 (>= 5.2), python3 (<< 3.6), python3 (>= 3.5~), python3-affine, python3-click-plugins, python3-cligj, python3-numpy, python3-snuggs
Filename: pool/universe/r/rasterio/python3-rasterio_0.31.0-2build1_amd64.deb
Size: 510306
MD5sum: e7ab4af1203a200d3b6c3e826d10f004
SHA1: 87402cee6c63f66e3b3a930dcc335a1c9a69cd52
SHA256: ebd873aced1b1d5bef1ee4d2e0b144195060fe2f560256e7beddd0df6dc04613
Description-en: Python 3 API for using geospatial raster data with Numpy
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 the Python 3 version of the library.
Description-md5: e326ec0a397b73cb28d7cf52e37cd977
Homepage: https://github.com/mapbox/rasterio
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu