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

Last updated: May 18,2024

1. Install "python-rasterio" package

This is a short guide on how to install python-rasterio on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-rasterio

2. Uninstall "python-rasterio" package

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

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

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

Package: python-rasterio
Priority: optional
Section: universe/python
Installed-Size: 2106
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), python (<< 2.8), python (>= 2.7~), python-affine, python-click-plugins, python-cligj, python-enum34, python-numpy, python-snuggs, python:any (>= 2.7.5-5~)
Filename: pool/universe/r/rasterio/python-rasterio_0.31.0-2build1_amd64.deb
Size: 527836
MD5sum: a1a18f67c40defb4bc6f31bb0e5e604b
SHA1: 1dfc1242a9a9cdc806d3658ee59b73e7da678cb1
SHA256: aa31a505f7a3ae0b444ab717bf3a5ec5881fa4b17baf1c48bc03c123b828af44
Description-en: Python 2 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 2 version of the library.
Description-md5: e3df944cd440b47f526a987b93797af7
Homepage: https://github.com/mapbox/rasterio
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu