How to Install and Uninstall python3-apsw Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 17,2024

1. Install "python3-apsw" package

This guide covers the steps necessary to install python3-apsw on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-apsw

2. Uninstall "python3-apsw" package

This tutorial shows how to uninstall python3-apsw on Ubuntu 21.10 (Impish Indri):

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

3. Information about the python3-apsw package on Ubuntu 21.10 (Impish Indri)

Package: python3-apsw
Architecture: amd64
Version: 3.34.0-r1-1build1
Priority: optional
Section: universe/python
Source: python-apsw
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Joel Rosdahl
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 368
Depends: libc6 (>= 2.14), libsqlite3-0 (>= 3.34.0), python3 (<< 3.10), python3 (>= 3.9~)
Suggests: python-apsw-doc
Filename: pool/universe/p/python-apsw/python3-apsw_3.34.0-r1-1build1_amd64.deb
Size: 105044
MD5sum: b329c1376bc9ad57a7be11f2cc80e860
SHA1: 4f7f4461dbe842e57ff87f9d684cb72afac4ff69
SHA256: 260fd479dcdd458a10c3ffec121ba9351b5f44d45beb032de33dafd899a01a4c
SHA512: 68cd0b4eee3051ac40cbbc88f05e04001a37604f600dfbb83c766e12b5872174f5867c25bae8eb18e51592027a019532046f611b35e1dedca8b506c8a093223e
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
Task: ubuntustudio-publishing