How to Install and Uninstall python3-pyparsing.noarch Package on Rocky Linux 9

Last updated: May 19,2024

1. Install "python3-pyparsing.noarch" package

Please follow the step by step instructions below to install python3-pyparsing.noarch on Rocky Linux 9

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

2. Uninstall "python3-pyparsing.noarch" package

This is a short guide on how to uninstall python3-pyparsing.noarch on Rocky Linux 9:

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

3. Information about the python3-pyparsing.noarch package on Rocky Linux 9

Last metadata expiration check: 0:15:10 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : python3-pyparsing
Version : 2.4.7
Release : 9.el9
Architecture : noarch
Size : 150 k
Source : pyparsing-2.4.7-9.el9.src.rpm
Repository : baseos
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.
:
: This is the Python 3 version.