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

Last updated: May 17,2024

1. Install "python3-gdal" package

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

$ sudo apt update $ sudo apt install python3-gdal

2. Uninstall "python3-gdal" package

This guide let you learn how to uninstall python3-gdal on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-gdal
Priority: optional
Section: universe/python
Installed-Size: 1655
Maintainer: Ubuntu Developers
Original-Maintainer: Debian GIS Project
Architecture: amd64
Source: gdal
Version: 1.11.3+dfsg-3build2
Provides: python3.5-gdal
Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libgdal.so.1-1.11.3, libgdal1i (>= 1.11.0), libstdc++6 (>= 4.1.1), python3 (<< 3.6), python3 (>= 3.5~), python3-numpy (>= 1:1.10.0~b1), python3-numpy-abi9
Suggests: gdal-bin
Filename: pool/universe/g/gdal/python3-gdal_1.11.3+dfsg-3build2_amd64.deb
Size: 261832
MD5sum: d82841e5874851e122628082c1eb773e
SHA1: 7431e563f1426c1c21fc015873338a8378603a2b
SHA256: 8a53bb487ab34e56361c0ba9fdbf54d2ceefcd9dae0c9c4551ed3d2e07a8503e
Description-en: Python 3 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 3 bindings for GDAL/OGR library and
a set of additional command line tools.
Description-md5: d754e55ad63bfc047c100ee8c968723e
Homepage: http://trac.osgeo.org/gdal/wiki/GdalOgrInPython
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu