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

Last updated: July 03,2024

1. Install "python-pickleshare" package

Here is a brief guide to show you how to install python-pickleshare on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-pickleshare

2. Uninstall "python-pickleshare" package

This tutorial shows how to uninstall python-pickleshare on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-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: python-path, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/p/pickleshare/python-pickleshare_0.5-1_all.deb
Size: 6242
MD5sum: 204f0aee31ffac00492078f5fc4d8bad
SHA1: e9576461a9b9112b346ce558f597db84a60fae95
SHA256: 9873dd42b73af8f201d9ec4cab857ab7046b543ee7e1f9abbd1cdb8f58c242ba
Description-en: File system based database that uses Python pickles for Python 2
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 2.
Description-md5: 32e7a3d0b420e52d1ab90e6693d2748f
Homepage: https://github.com/pickleshare/pickleshare
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu