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

Last updated: May 06,2024

1. Install "python3-bsddb3" package

Please follow the instructions below to install python3-bsddb3 on Kali Linux

$ sudo apt update $ sudo apt install python3-bsddb3

2. Uninstall "python3-bsddb3" package

In this section, we are going to explain the necessary steps to uninstall python3-bsddb3 on Kali Linux:

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

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

Package: python3-bsddb3
Source: python-bsddb3 (6.2.9-2)
Version: 6.2.9-2+b5
Installed-Size: 777
Maintainer: Debian QA Group
Architecture: amd64
Depends: libc6 (>= 2.14), libdb5.3, python3 (<< 3.13), python3 (>= 3.11~), python3:any
Size: 151740
SHA256: 7e7a59d0596543582be95322a203f2fa86ecc20f8fae8b318a3cd47145374213
SHA1: 934b0c6fc1f839dfde0da3c4c1083f1722d4910e
MD5sum: ac80d8282762dc671603cb64c929800d
Description: Python interface for Berkeley DB (Python 3.x)
This module provides a nearly complete wrapping of the Oracle/Sleepycat C API
for the Database Environment, Database, Cursor, Sequence and Transaction
objects, and each of these is exposed as a Python Type in the bsddb3.db
module. The database objects can use various access methods: btree, hash,
recno and queue. Complete support of Berkeley DB distributed transactions.
Complete support for Berkeley DB Replication Manager. Complete support for
Berkeley DB Base Replication. Support for RPC.
Description-md5:
Homepage: http://pypi.python.org/pypi/bsddb3/
Section: python
Priority: optional
Filename: pool/main/p/python-bsddb3/python3-bsddb3_6.2.9-2+b5_amd64.deb