How to Install and Uninstall python3-pyrsistent.x86_64 Package on Fedora 36

Last updated: June 26,2024

1. Install "python3-pyrsistent.x86_64" package

Please follow the guidelines below to install python3-pyrsistent.x86_64 on Fedora 36

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

2. Uninstall "python3-pyrsistent.x86_64" package

Learn how to uninstall python3-pyrsistent.x86_64 on Fedora 36:

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

3. Information about the python3-pyrsistent.x86_64 package on Fedora 36

Last metadata expiration check: 4:07:30 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-pyrsistent
Version : 0.18.1
Release : 2.fc36
Architecture : x86_64
Size : 104 k
Source : python-pyrsistent-0.18.1-2.fc36.src.rpm
Repository : fedora
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.