How to Install and Uninstall python3-pickleshare.noarch Package on Fedora 35

Last updated: May 19,2024

1. Install "python3-pickleshare.noarch" package

Please follow the guidelines below to install python3-pickleshare.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install python3-pickleshare.noarch

2. Uninstall "python3-pickleshare.noarch" package

Learn how to uninstall python3-pickleshare.noarch on Fedora 35:

$ sudo dnf remove python3-pickleshare.noarch $ sudo dnf autoremove

3. Information about the python3-pickleshare.noarch package on Fedora 35

Last metadata expiration check: 2:09:20 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : python3-pickleshare
Version : 0.7.5
Release : 7.fc35
Architecture : noarch
Size : 18 k
Source : python-pickleshare-0.7.5-7.fc35.src.rpm
Repository : fedora
Summary : Tiny 'shelve'-like database with concurrency support
URL : https://github.com/pickleshare/pickleshare
License : MIT
Description :
: PickleShare - a small ‘shelve’ like data store with concurrency support.
:
: 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.