How to Install and Uninstall python3-pickleshare.noarch Package on Oracle Linux 9

Last updated: April 30,2024

1. Install "python3-pickleshare.noarch" package

Please follow the step by step instructions below to install python3-pickleshare.noarch on Oracle Linux 9

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

2. Uninstall "python3-pickleshare.noarch" package

Please follow the step by step instructions below to uninstall python3-pickleshare.noarch on Oracle Linux 9:

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

3. Information about the python3-pickleshare.noarch package on Oracle Linux 9

Last metadata expiration check: 0:39:37 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python3-pickleshare
Version : 0.7.5
Release : 3.el9
Architecture : noarch
Size : 18 k
Source : python-pickleshare-0.7.5-3.el9.src.rpm
Repository : epel
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.