How to Install and Uninstall python-pyrsistent-doc.noarch Package on CentOS Stream 8

Last updated: May 17,2024

1. Install "python-pyrsistent-doc.noarch" package

This is a short guide on how to install python-pyrsistent-doc.noarch on CentOS Stream 8

$ sudo dnf update $ sudo dnf install python-pyrsistent-doc.noarch

2. Uninstall "python-pyrsistent-doc.noarch" package

Learn how to uninstall python-pyrsistent-doc.noarch on CentOS Stream 8:

$ sudo dnf remove python-pyrsistent-doc.noarch $ sudo dnf autoremove

3. Information about the python-pyrsistent-doc.noarch package on CentOS Stream 8

Last metadata expiration check: 6:12:32 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python-pyrsistent-doc
Version : 0.17.3
Release : 6.el8
Architecture : noarch
Size : 267 k
Source : python-pyrsistent-0.17.3-6.el8.src.rpm
Repository : epel
Summary : Documentation for pyrsistent
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.