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

Last updated: October 05,2024

1. Install "python3-pickleshare.noarch" package

This is a short guide on how to install python3-pickleshare.noarch on Fedora 34

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

2. Uninstall "python3-pickleshare.noarch" package

Please follow the guidelines below to uninstall python3-pickleshare.noarch on Fedora 34:

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

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

Last metadata expiration check: 0:10:29 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-pickleshare
Version : 0.7.5
Release : 5.fc34
Architecture : noarch
Size : 18 k
Source : python-pickleshare-0.7.5-5.fc34.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.