How to Install and Uninstall python38-pyrsistent-epel-doc.noarch Package on AlmaLinux 8

Last updated: September 21,2024

1. Install "python38-pyrsistent-epel-doc.noarch" package

Here is a brief guide to show you how to install python38-pyrsistent-epel-doc.noarch on AlmaLinux 8

$ sudo dnf update $ sudo dnf install python38-pyrsistent-epel-doc.noarch

2. Uninstall "python38-pyrsistent-epel-doc.noarch" package

Please follow the step by step instructions below to uninstall python38-pyrsistent-epel-doc.noarch on AlmaLinux 8:

$ sudo dnf remove python38-pyrsistent-epel-doc.noarch $ sudo dnf autoremove

3. Information about the python38-pyrsistent-epel-doc.noarch package on AlmaLinux 8

Last metadata expiration check: 0:57:31 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : python38-pyrsistent-epel-doc
Version : 0.17.3
Release : 2.el8
Architecture : noarch
Size : 1.6 M
Source : python38-pyrsistent-epel-0.17.3-2.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.