How to Install and Uninstall python3-apsw Package on Kali Linux

Last updated: May 20,2024

1. Install "python3-apsw" package

This is a short guide on how to install python3-apsw on Kali Linux

$ sudo apt update $ sudo apt install python3-apsw

2. Uninstall "python3-apsw" package

This is a short guide on how to uninstall python3-apsw on Kali Linux:

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

3. Information about the python3-apsw package on Kali Linux

Package: python3-apsw
Source: python-apsw (3.43.0.0-1)
Version: 3.43.0.0-1+b1
Installed-Size: 1662
Maintainer: Joel Rosdahl
Architecture: amd64
Depends: libc6 (>= 2.14), libsqlite3-0 (>= 3.43.0), python3 (<< 3.13), python3 (>= 3.11~), python3:any
Suggests: python-apsw-doc
Size: 310364
SHA256: 4268ab9334a36480eab559ed57cbd296024d79716f04b4b778b297de0f6fb0bd
SHA1: f048ae76a87e4846ce8c62d92a52ea129162c15f
MD5sum: 01c56d3edd3318ec5cadb36a025d5989
Description: 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:
Section: python
Priority: optional
Filename: pool/main/p/python-apsw/python3-apsw_3.43.0.0-1+b1_amd64.deb