How to Install and Uninstall python3.11-pyparsing.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 08,2024

1. Install "python3.11-pyparsing.noarch" package

Please follow the guidance below to install python3.11-pyparsing.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install python3.11-pyparsing.noarch

2. Uninstall "python3.11-pyparsing.noarch" package

Please follow the instructions below to uninstall python3.11-pyparsing.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove python3.11-pyparsing.noarch $ sudo dnf autoremove

3. Information about the python3.11-pyparsing.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:09:42 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3.11-pyparsing
Version : 3.0.7
Release : 3.el9
Architecture : noarch
Size : 265 k
Source : python3.11-pyparsing-3.0.7-3.el9.src.rpm
Repository : ubi-9-codeready-builder
Summary : Python package with an object-oriented approach to text processing
URL : https://github.com/pyparsing/pyparsing
License : MIT
Description : pyparsing is a module that can be used to easily and directly configure syntax
: definitions for any number of text parsing applications.