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

Last updated: July 03,2024

1. Install "python-pyspatialite" package

This guide let you learn how to install python-pyspatialite on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-pyspatialite

2. Uninstall "python-pyspatialite" package

This guide covers the steps necessary to uninstall python-pyspatialite on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-pyspatialite
Priority: extra
Section: universe/python
Installed-Size: 106
Maintainer: Ubuntu Developers
Original-Maintainer: Debian GIS Project
Architecture: amd64
Source: pyspatialite
Version: 3.0.1-10
Provides: python2.7-pyspatialite
Depends: python (<< 2.8), python (>= 2.7~), python:any (>= 2.7.5-5~), libc6 (>= 2.14), libspatialite7 (>= 4.1.0)
Filename: pool/universe/p/pyspatialite/python-pyspatialite_3.0.1-10_amd64.deb
Size: 30140
MD5sum: 2c1c86e09c1b73e5b11d4e566ab68109
SHA1: 000fb3c4beffadf9ad21c6c5fefd7d56aab4a48e
SHA256: a5ad32733d93b72d92abd8c1f4207eb10a20d80a203f54b34c53fc9fbe9622fd
Description-en: Python interface to Spatialite
pyspatialite is an interface to the SQLite 3.x embedded relational database
engine with spatialite extensions.
.
It is almost fully compliant with the Python database API version 2.0 and also
exposes the unique features of SQLite and spatialite.
Description-md5: 42cbe9d9d7c3c25bb29b0a96172803cc
Homepage: https://github.com/lokkju/pyspatialite/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu