How to Install and Uninstall python-pyrsistent.src Package on Oracle Linux 9
Last updated: January 09,2025
1. Install "python-pyrsistent.src" package
This is a short guide on how to install python-pyrsistent.src on Oracle Linux 9
$
sudo dnf update
Copied
$
sudo dnf install
python-pyrsistent.src
Copied
2. Uninstall "python-pyrsistent.src" package
Please follow the guidelines below to uninstall python-pyrsistent.src on Oracle Linux 9:
$
sudo dnf remove
python-pyrsistent.src
Copied
$
sudo dnf autoremove
Copied
3. Information about the python-pyrsistent.src package on Oracle Linux 9
Last metadata expiration check: 3:12:33 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python-pyrsistent
Version : 0.17.3
Release : 8.el9
Architecture : src
Size : 112 k
Source : None
Repository : ol9_appstream
Summary : Persistent/Functional/Immutable data structures
URL : https://github.com/tobgu/pyrsistent/
License : MIT and BSD
Description : Pyrsistent is a number of persistent collections (by some referred to as
: functional data structures). Persistent in the sense that they are
: immutable.
:
: All methods on a data structure that would normally mutate it instead
: return a new copy of the structure containing the requested updates. The
: original structure is left untouched.
Available Packages
Name : python-pyrsistent
Version : 0.17.3
Release : 8.el9
Architecture : src
Size : 112 k
Source : None
Repository : ol9_appstream
Summary : Persistent/Functional/Immutable data structures
URL : https://github.com/tobgu/pyrsistent/
License : MIT and BSD
Description : Pyrsistent is a number of persistent collections (by some referred to as
: functional data structures). Persistent in the sense that they are
: immutable.
:
: All methods on a data structure that would normally mutate it instead
: return a new copy of the structure containing the requested updates. The
: original structure is left untouched.