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

Last updated: July 01,2024

1. Install "python-apsw" package

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

$ sudo apt update $ sudo apt install python-apsw

2. Uninstall "python-apsw" package

Please follow the instructions below to uninstall python-apsw on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-apsw
Priority: optional
Section: universe/python
Installed-Size: 347
Maintainer: Ubuntu Developers
Original-Maintainer: Joel Rosdahl
Architecture: amd64
Version: 3.8.11.1-r1-1build1
Replaces: python2.3-apsw, python2.4-apsw
Depends: libc6 (>= 2.14), libsqlite3-0 (>= 3.8.9), python (<< 2.8), python (>= 2.7~)
Suggests: python-apsw-doc
Conflicts: python2.3-apsw, python2.4-apsw
Filename: pool/universe/p/python-apsw/python-apsw_3.8.11.1-r1-1build1_amd64.deb
Size: 100640
MD5sum: 088b1c7cb4464b634e42e41fbfb4c6ae
SHA1: d984cec89b8e1733839a4b31fe807da178c3463a
SHA256: 3fd7fd277717fc430bf98f22116ef8afd5a8e027beb5776417cfc12adcf134d6
Description-en: another Python SQLite 3 wrapper
APSW (Another Python SQLite Wrapper) is an SQLite 3 wrapper that
provides the thinnest layer over SQLite 3 possible. Everything you
can do from the C API to SQLite 3, you can do from Python. Although
APSW's API looks vaguely similar to Python's DB-API, it is not
compliant with that API and instead works the way SQLite 3 does.
Description-md5: 16856dcbef9b3202479fc17febfca203
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Task: edubuntu-desktop-gnome