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

Last updated: June 23,2024

1. Install "python3-pyparsing.noarch" package

This tutorial shows how to install python3-pyparsing.noarch on AlmaLinux 9

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

2. Uninstall "python3-pyparsing.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-pyparsing.noarch on AlmaLinux 9:

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

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

Last metadata expiration check: 2:37:10 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : python3-pyparsing
Version : 2.4.7
Release : 9.el9
Architecture : noarch
Size : 149 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.