How to Install and Uninstall python3-pickleshare Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 10,2024

1. Install "python3-pickleshare" package

Please follow the steps below to install python3-pickleshare on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-pickleshare

2. Uninstall "python3-pickleshare" package

This guide let you learn how to uninstall python3-pickleshare on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python3-pickleshare package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-pickleshare
Priority: optional
Section: universe/python
Installed-Size: 30
Maintainer: Ubuntu Developers
Original-Maintainer: Julien Puydt
Architecture: all
Source: pickleshare
Version: 0.5-1
Depends: python3-path, python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/pickleshare/python3-pickleshare_0.5-1_all.deb
Size: 6334
MD5sum: e1ddbbacd4daccfe57f91be6b25f05b8
SHA1: 6144b6bcdaf206a3ec7b68bfad85898efcd48da9
SHA256: c6c5f0da04985a3b650f55dc62f8e79a6ef40892b9fefade43d1bb41cf21513f
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
Homepage: https://github.com/pickleshare/pickleshare
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu