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

Last updated: May 18,2024

1. Install "python3-pickleshare.noarch" package

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

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

2. Uninstall "python3-pickleshare.noarch" package

Please follow the steps below to uninstall python3-pickleshare.noarch on Oracle Linux 8:

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

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

Last metadata expiration check: 5:21:29 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python3-pickleshare
Version : 0.7.5
Release : 2.el8
Architecture : noarch
Size : 19 k
Source : python-pickleshare-0.7.5-2.el8.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.