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

Last updated: May 15,2024

1. Install "python-pysqlite2" package

This is a short guide on how to install python-pysqlite2 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-pysqlite2

2. Uninstall "python-pysqlite2" package

This is a short guide on how to uninstall python-pysqlite2 on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-pysqlite2
Priority: optional
Section: universe/python
Installed-Size: 125
Maintainer: Ubuntu Developers
Original-Maintainer: Joel Rosdahl
Architecture: amd64
Version: 2.7.0-1
Replaces: python2.3-pysqlite2, python2.4-pysqlite2
Provides: python2.7-pysqlite2
Depends: libc6 (>= 2.14), libsqlite3-0 (>= 3.5.9), python (>= 2.7), python (<< 2.8)
Suggests: python-pysqlite2-doc, python-pysqlite2-dbg
Conflicts: python2.3-pysqlite2, python2.4-pysqlite2
Filename: pool/universe/p/python-pysqlite2/python-pysqlite2_2.7.0-1_amd64.deb
Size: 34144
MD5sum: bfa5afc9c8e1b156e3a06331c3857d97
SHA1: 5a4c81dbe3328addc2abfbfba5b810511a04ada3
SHA256: 53b431dcbecf3d77599124624d46c992b5025726d35f8c4c103e7669ac4b3c02
Description-en: Python interface to SQLite 3
pysqlite is a DB-API 2.0-compliant database interface for SQLite.
.
This package is built against SQLite 3. For an interface to SQLite 2,
see the package python-sqlite. An alternative Python SQLite 3 module
is packaged as python-apsw.
.
SQLite is a relational database management system contained in a
relatively small C library. It is a public domain project created
by D. Richard Hipp. Unlike the usual client-server paradigm, the
SQLite engine is not a standalone process with which the program
communicates, but is linked in and thus becomes an integral part
of the program. The library implements most of SQL-92 standard,
including transactions, triggers and most of complex queries.
.
pysqlite makes this powerful embedded SQL engine available to
Python programmers. It stays compatible with the Python database
API specification 2.0 as much as possible, but also exposes most
of SQLite's native API, so that it is for example possible to
create user-defined SQL functions and aggregates in Python.
.
If you need a relational database for your applications, or even
small tools or helper scripts, pysqlite is often a good fit. It's
easy to use, easy to deploy, and does not depend on any other
Python libraries or platform libraries, except SQLite. SQLite
itself is ported to most platforms you'd ever care about.
.
It's often a good alternative to MySQL, the Microsoft JET engine
or the MSDE, without having any of their license and deployment
issues.
Description-md5: bf56b8e2f2e6b6ab0904629fcbd0f21d
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 3y
Task: edubuntu-desktop-gnome, lubuntu-desktop