How to Install and Uninstall python3-pyparsing.noarch Package on Fedora 35

Last updated: September 25,2024

1. Install "python3-pyparsing.noarch" package

Please follow the guidelines below to install python3-pyparsing.noarch on Fedora 35

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

2. Uninstall "python3-pyparsing.noarch" package

Please follow the guidelines below to uninstall python3-pyparsing.noarch on Fedora 35:

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

3. Information about the python3-pyparsing.noarch package on Fedora 35

Last metadata expiration check: 4:31:03 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : python3-pyparsing
Version : 2.4.7
Release : 9.fc35
Architecture : noarch
Size : 151 k
Source : pyparsing-2.4.7-9.fc35.src.rpm
Repository : fedora
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.