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

Last updated: May 17,2024

1. Install "rasterio" package

This guide covers the steps necessary to install rasterio on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install rasterio

2. Uninstall "rasterio" package

Learn how to uninstall rasterio on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: rasterio
Priority: optional
Section: universe/python
Installed-Size: 18
Maintainer: Ubuntu Developers
Original-Maintainer: Debian GIS Project
Architecture: all
Version: 0.31.0-2build1
Depends: python, python3-rasterio (>= 0.31.0-2build1), python3-rasterio (<< 0.31.0-2build1.1~), python3:any, python:any (>= 2.6~)
Filename: pool/universe/r/rasterio/rasterio_0.31.0-2build1_all.deb
Size: 4276
MD5sum: e592957f32ffd05e1beb0c7ec1dc6967
SHA1: ecd681af12a4b597f8099eb9707883dd216794af
SHA256: cd7652ac2bca4646b6cc40d3578a805356dc0c2b35f5120761c624b04e3d609f
Description-en: 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: ba5869ffbceb6e5cda4eca7c6f619edd
Homepage: https://github.com/mapbox/rasterio
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu