How to Install and Uninstall python3-lrparsing.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 11,2024

1. Install "python3-lrparsing.noarch" package

This is a short guide on how to install python3-lrparsing.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

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

2. Uninstall "python3-lrparsing.noarch" package

This guide let you learn how to uninstall python3-lrparsing.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the python3-lrparsing.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:43:48 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python3-lrparsing
Version : 1.0.16
Release : 4.el8
Architecture : noarch
Size : 75 k
Source : python-lrparsing-1.0.16-4.el8.src.rpm
Repository : epel
Summary : Python 3.6 library for constructing LR(1) parsers
URL : http://lrparsing.sourceforge.net/
License : AGPLv3+
Description : Lrparsing is yet another parser for Python. The things that make lrparsing
: different is it combines a LR(1) parser with an easy to use grammar written
: using Python expressions, a tokeniser, and comes with extensive (and free!)
: documentation.