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

Last updated: May 10,2024

1. Install "python3-pickleshare" package

This guide let you learn how to install python3-pickleshare on Kali Linux

$ sudo apt update $ sudo apt install python3-pickleshare

2. Uninstall "python3-pickleshare" package

Please follow the instructions below to uninstall python3-pickleshare on Kali Linux:

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

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

Package: python3-pickleshare
Source: pickleshare
Version: 0.7.5-5
Installed-Size: 31
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 7600
SHA256: 4bc524ed9e505f7c8c88aeff2aaf236f6a47c6e18533d134c9a44daf595be2de
SHA1: a15ff5ee4481a2385048dc25fbeb2c1a7f75cac0
MD5sum: ecf7e0f67d37b5c7739a10269bfe47d4
Description: File system based database that uses Python pickles for Python 3
Like shelve, a PickleShareDB object acts like a normal dictionary. Unlike
shelve, many processes can access the database simultaneously. Changing a
value in database is immediately visible to other processes accessing the
same database.
.
Concurrency is possible because the values are stored in separate files.
Hence the "database" is a directory where all files are governed by
PickleShare.
.
This package installs the library for Python 3.
Description-md5:
Homepage: https://github.com/pickleshare/pickleshare
Section: python
Priority: optional
Filename: pool/main/p/pickleshare/python3-pickleshare_0.7.5-5_all.deb