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

Last updated: May 19,2024

1. Install "python-gdal" package

Please follow the steps below to install python-gdal on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-gdal

2. Uninstall "python-gdal" package

This tutorial shows how to uninstall python-gdal on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-gdal
Priority: optional
Section: universe/python
Installed-Size: 2087
Maintainer: Ubuntu Developers
Original-Maintainer: Debian GIS Project
Architecture: amd64
Source: gdal
Version: 1.11.3+dfsg-3build2
Provides: python2.7-gdal
Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libgdal.so.1-1.11.3, libgdal1i (>= 1.11.0), libstdc++6 (>= 4.1.1), python (<< 2.8), python (>= 2.7~), python-numpy (>= 1:1.10.0~b1), python-numpy-abi9, python:any (>= 2.7.5-5~)
Suggests: gdal-bin
Filename: pool/universe/g/gdal/python-gdal_1.11.3+dfsg-3build2_amd64.deb
Size: 423434
MD5sum: e44c0518b9e0a3776f6056232474752a
SHA1: c3a8b10e1fbe948c846d560cfb5c787d8bed2c42
SHA256: 50f33c9cd2b8f9170df9f703aab9ad6ffb9d4f6a9c7694f4f53b8f8b68b96a8e
Description-en: Python bindings to the Geospatial Data Abstraction Library
GDAL is a translator library for raster geospatial data formats.
As a library, it presents a single abstract data model to the
calling application for all supported formats. The related OGR
library (which lives within the GDAL source tree) provides
a similar capability for simple features vector data.
.
GDAL supports 40+ popular data formats, including commonly used
ones (GeoTIFF, JPEG, PNG and more) as well as the ones used in
GIS and remote sensing software packages (ERDAS Imagine,
ESRI Arc/Info, ENVI, PCI Geomatics). Also supported many remote
sensing and scientific data distribution formats such as HDF,
EOS FAST, NOAA L1B, NetCDF, FITS.
.
OGR library supports popular vector formats like ESRI Shapefile,
TIGER data, S57, MapInfo File, DGN, GML and more.
.
This package contains Python bindings for GDAL/OGR library and
a set of additional command line tools.
Description-md5: 09f84ea1ff9dfe31f6e783eade38bdf4
Homepage: http://trac.osgeo.org/gdal/wiki/GdalOgrInPython
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu