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

Last updated: May 20,2024

1. Install "python3-apsw" package

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

$ sudo apt update $ sudo apt install python3-apsw

2. Uninstall "python3-apsw" package

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

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

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

Package: python3-apsw
Priority: optional
Section: universe/python
Installed-Size: 346
Maintainer: Ubuntu Developers
Original-Maintainer: Joel Rosdahl
Architecture: amd64
Source: python-apsw
Version: 3.8.11.1-r1-1build1
Depends: libc6 (>= 2.14), libsqlite3-0 (>= 3.8.9), python3 (<< 3.6), python3 (>= 3.5~)
Suggests: python-apsw-doc
Filename: pool/universe/p/python-apsw/python3-apsw_3.8.11.1-r1-1build1_amd64.deb
Size: 99920
MD5sum: 96ca239c6a8f50e73c4aa2e68f35587d
SHA1: a495683ed098a3288d962b237f58988e3cf492b7
SHA256: 46f629f5a6104422cd9af39297d4cd3b06025f0f11dc6a296764ec3b2c0fe717
Description-en: another Python SQLite 3 wrapper (Python 3 version)
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.
.
This package contains the extension built for Python 3.
Description-md5: 0ec3e15c2f558557db447883ce427e6e
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu