How to Install and Uninstall python3-pickleshare.noarch Package on CentOS 8 / RHEL 8
Last updated: November 01,2024
1. Install "python3-pickleshare.noarch" package
Please follow the guidelines below to install python3-pickleshare.noarch on CentOS 8 / RHEL 8
$
sudo dnf update
Copied
$
sudo dnf install
python3-pickleshare.noarch
Copied
2. Uninstall "python3-pickleshare.noarch" package
Please follow the guidelines below to uninstall python3-pickleshare.noarch on CentOS 8 / RHEL 8:
$
sudo dnf remove
python3-pickleshare.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-pickleshare.noarch package on CentOS 8 / RHEL 8
Last metadata expiration check: 1 day, 7:59:43 ago on Sun May 9 13:03:46 2021.
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.
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.