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

Last updated: May 19,2024

1. Install "python3-apsw-dbg" package

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

$ sudo apt update $ sudo apt install python3-apsw-dbg

2. Uninstall "python3-apsw-dbg" package

Here is a brief guide to show you how to uninstall python3-apsw-dbg on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-apsw-dbg
Priority: extra
Section: universe/debug
Installed-Size: 1044
Maintainer: Ubuntu Developers
Original-Maintainer: Joel Rosdahl
Architecture: amd64
Source: python-apsw
Version: 3.8.11.1-r1-1build1
Replaces: python3-apsw (<< 3.8.2-r1-1ubuntu1)
Depends: python3-apsw (= 3.8.11.1-r1-1build1), python3-dbg, libc6 (>= 2.14), libsqlite3-0 (>= 3.8.9)
Filename: pool/universe/p/python-apsw/python3-apsw-dbg_3.8.11.1-r1-1build1_amd64.deb
Size: 372124
MD5sum: 82ba372f3fe4d98bc62ac5f024d6c44f
SHA1: 7471e323e5ebdafbdc720066e24e1fc5baedab2a
SHA256: 1d7751c086abe9d8764d52f0aa5301ea16b0e83bb2ab03a0c8968127ad0ac89f
Description-en: another Python 3 SQLite 3 wrapper (debug extension)
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 the Python 3 debug
interpreter.
Description-md5: 9469915db8a1dc4502da7ca345cfe566
Build-Ids: f376ffa78ac2ec966c2a4bd4bab366888cd75ab7
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu