How to Install and Uninstall python3-sqlitedict Package on Kali Linux
Last updated: December 23,2024
1. Install "python3-sqlitedict" package
Please follow the step by step instructions below to install python3-sqlitedict on Kali Linux
$
sudo apt update
Copied
$
sudo apt install
python3-sqlitedict
Copied
2. Uninstall "python3-sqlitedict" package
This is a short guide on how to uninstall python3-sqlitedict on Kali Linux:
$
sudo apt remove
python3-sqlitedict
Copied
$
sudo apt autoclean && sudo apt autoremove
Copied
3. Information about the python3-sqlitedict package on Kali Linux
Package: python3-sqlitedict
Source: sqlitedict
Version: 2.1.0-1
Installed-Size: 58
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 17936
SHA256: 186202446044ef1857c7ca1255cfe8f8913bc9984db301e40b205506ccc61e79
SHA1: 43b373f3a12438cfc2eb52280c51ec653e1bed87
MD5sum: bc959f07c2d98d659f5b60201773d8a9
Description: Persistent dict in Python, backed up by sqlite3 and pickle, multithread-safe
A lightweight wrapper around Python's sqlite3 database with a simple, Pythonic
dict-like interface and support for multi-thread access:
.
By default, sqlitedict's exception handling favors verbosity over efficiency.
It extracts and outputs the outer exception stack to the error logs.
.
Features include:
.
* Values can be any picklable objects (uses 'pickle' with the highest
protocol).
* Support for multiple tables (=dicts) living in the same database file.
* Support for access from multiple threads to the same connection (needed by
e.g. Pyro).
* Support for custom serialization or compression:
Description-md5:
Homepage: https://github.com/piskvorky/sqlitedict
Section: python
Priority: optional
Filename: pool/main/s/sqlitedict/python3-sqlitedict_2.1.0-1_all.deb
Source: sqlitedict
Version: 2.1.0-1
Installed-Size: 58
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 17936
SHA256: 186202446044ef1857c7ca1255cfe8f8913bc9984db301e40b205506ccc61e79
SHA1: 43b373f3a12438cfc2eb52280c51ec653e1bed87
MD5sum: bc959f07c2d98d659f5b60201773d8a9
Description: Persistent dict in Python, backed up by sqlite3 and pickle, multithread-safe
A lightweight wrapper around Python's sqlite3 database with a simple, Pythonic
dict-like interface and support for multi-thread access:
.
By default, sqlitedict's exception handling favors verbosity over efficiency.
It extracts and outputs the outer exception stack to the error logs.
.
Features include:
.
* Values can be any picklable objects (uses 'pickle' with the highest
protocol).
* Support for multiple tables (=dicts) living in the same database file.
* Support for access from multiple threads to the same connection (needed by
e.g. Pyro).
* Support for custom serialization or compression:
Description-md5:
Homepage: https://github.com/piskvorky/sqlitedict
Section: python
Priority: optional
Filename: pool/main/s/sqlitedict/python3-sqlitedict_2.1.0-1_all.deb