How to Install and Uninstall python3-pickleshare Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 09,2024

1. Install "python3-pickleshare" package

Please follow the instructions below to install python3-pickleshare on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-pickleshare

2. Uninstall "python3-pickleshare" package

Please follow the guidelines below to uninstall python3-pickleshare on Ubuntu 21.10 (Impish Indri):

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

3. Information about the python3-pickleshare package on Ubuntu 21.10 (Impish Indri)

Package: python3-pickleshare
Architecture: all
Version: 0.7.5-3
Priority: optional
Section: universe/python
Source: pickleshare
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 31
Depends: python3:any
Filename: pool/universe/p/pickleshare/python3-pickleshare_0.7.5-3_all.deb
Size: 7664
MD5sum: 3367e2a4e15da6f299c1b07514a7c205
SHA1: fe74eececec0c26f1a066d672e077eaa2ca2721e
SHA256: d8573fbd212f593ffda5cf601cadec9c7d8503d94831067b83b5b5d9fbb58fb4
SHA512: 4c2813af81c2ba53911744e21a272ad70b880281deb10bf22b62d1e8c37ecd894dec46ca9bbd43ce29e97fcb1721357fe22fee48626e45f3bfff009e3e3b055d
Homepage: https://github.com/pickleshare/pickleshare
Description-en: 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: 907a3ace4eede22452b5c6a0559cbf91
Task: ubuntustudio-publishing