Install python-rasterio
Installing python-rasterio package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install python-rasterio
python-rasterio package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | python-rasterio |
version | 0.34.0-1 |
description | Python 2 API for using geospatial raster data with Numpy |
subsection | python |
website | github.com / mapbox / rasterio |
maintainer | Debian GIS Project |
Uninstall python-rasterio
To remove just python-rasterio package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove python-rasterio
Uninstall python-rasterio and it’s dependent packages
To remove the python-rasterio package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove python-rasterio
Purging python-rasterio
If you also want to delete configuration and/or data files of python-rasterio from Debian Sid then this will work:
sudo apt-get purge python-rasterio
To delete configuration and/or data files of python-rasterio and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove python-rasterio