How to Install and Uninstall python3-pyrsistent.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 06,2024

1. Install "python3-pyrsistent.x86_64" package

Please follow the instructions below to install python3-pyrsistent.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install python3-pyrsistent.x86_64

2. Uninstall "python3-pyrsistent.x86_64" package

In this section, we are going to explain the necessary steps to uninstall python3-pyrsistent.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove python3-pyrsistent.x86_64 $ sudo dnf autoremove

3. Information about the python3-pyrsistent.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:18:23 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-pyrsistent
Version : 0.17.3
Release : 8.el9
Architecture : x86_64
Size : 118 k
Source : python-pyrsistent-0.17.3-8.el9.src.rpm
Repository : ubi-9-appstream-rpms
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.