How to Install and Uninstall python3-pyparsing.noarch Package on Oracle Linux 8

Last updated: June 18,2024

1. Install "python3-pyparsing.noarch" package

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

$ 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 Oracle Linux 8:

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

3. Information about the python3-pyparsing.noarch package on Oracle Linux 8

Last metadata expiration check: 6:23:38 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python3-pyparsing
Version : 2.1.10
Release : 7.el8
Architecture : noarch
Size : 142 k
Source : pyparsing-2.1.10-7.el8.src.rpm
Repository : ol8_baseos_latest
Summary : Python package with an object-oriented approach to text processing
URL : http://pyparsing.wikispaces.com/
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.