How to Install and Uninstall python-pyrsistent-doc.noarch Package on Fedora 36

Last updated: October 06,2024

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

This is a short guide on how to install python-pyrsistent-doc.noarch on Fedora 36

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

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

Please follow the steps below to uninstall python-pyrsistent-doc.noarch on Fedora 36:

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

3. Information about the python-pyrsistent-doc.noarch package on Fedora 36

Last metadata expiration check: 2:25:32 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python-pyrsistent-doc
Version : 0.18.1
Release : 2.fc36
Architecture : noarch
Size : 330 k
Source : python-pyrsistent-0.18.1-2.fc36.src.rpm
Repository : fedora
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.