How to Install and Uninstall python38-pyrsistent.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)
Last updated: January 12,2025
1. Install "python38-pyrsistent.x86_64" package
This guide covers the steps necessary to install python38-pyrsistent.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)
$
sudo dnf update
Copied
$
sudo dnf install
python38-pyrsistent.x86_64
Copied
2. Uninstall "python38-pyrsistent.x86_64" package
Please follow the step by step instructions below to uninstall python38-pyrsistent.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):
$
sudo dnf remove
python38-pyrsistent.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the python38-pyrsistent.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)
Last metadata expiration check: 0:53:50 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python38-pyrsistent
Version : 0.17.3
Release : 2.el8
Architecture : x86_64
Size : 103 k
Source : python38-pyrsistent-epel-0.17.3-2.el8.src.rpm
Repository : epel
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 : python38-pyrsistent
Version : 0.17.3
Release : 2.el8
Architecture : x86_64
Size : 103 k
Source : python38-pyrsistent-epel-0.17.3-2.el8.src.rpm
Repository : epel
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.