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

Last updated: May 19,2024

1. Install "python3-tdb" package

In this section, we are going to explain the necessary steps to install python3-tdb on Kali Linux

$ sudo apt update $ sudo apt install python3-tdb

2. Uninstall "python3-tdb" package

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

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

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

Package: python3-tdb
Source: tdb
Version: 1.4.10-1
Installed-Size: 74
Maintainer: Debian Samba Maintainers
Architecture: amd64
Depends: libtdb1 (= 1.4.10-1), python3 (<< 3.12), python3 (>= 3.11~), python3:any, libc6 (>= 2.4)
Size: 16760
SHA256: e187d643f010b578eff0eb61df9bf0e9b1d8192039dc73250c7068e68744e2a3
SHA1: 618076e129ff2c425612633d5579c819b428aeb4
MD5sum: 75771ebe6c69591f40184cc53d97909b
Description: Python3 bindings for TDB
This is a simple database API. It is modelled after the structure
of GDBM. TDB features, unlike GDBM, multiple writers support with
appropriate locking and transactions.
.
This package contains the Python3 bindings.
Description-md5:
Homepage: https://tdb.samba.org/
Section: python
Priority: optional
Filename: pool/main/t/tdb/python3-tdb_1.4.10-1_amd64.deb