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

Last updated: May 11,2024

1. Install "python3-tinydb" package

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

$ sudo apt update $ sudo apt install python3-tinydb

2. Uninstall "python3-tinydb" package

Please follow the steps below to uninstall python3-tinydb on Kali Linux:

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

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

Package: python3-tinydb
Source: tinydb
Version: 3.15.2-4
Installed-Size: 79
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 20832
SHA256: a430ca9386f4f4f2d075f864d00c09feea50b0fee7309a5a692d97c0e968c622
SHA1: 98a23dcf3ad89a7ca86db3b2462ce9877986adde
MD5sum: cf74dfc4c1f5bc0704dd3d00a28728c6
Description: document oriented database optimized
TinyDB is a tiny, document oriented database optimized
for your happiness :) It's written in pure Python and
has no external requirements. The target are small apps
that would be blown away by a SQL-DB or an external
database server.
Description-md5:
Homepage: https://github.com/msiemens/tinydb
Section: python
Priority: optional
Filename: pool/main/t/tinydb/python3-tinydb_3.15.2-4_all.deb