How to Install and Uninstall python3-lrparsing.noarch Package on CentOS Stream 8

Last updated: May 14,2024

1. Install "python3-lrparsing.noarch" package

Please follow the step by step instructions below to install python3-lrparsing.noarch on CentOS Stream 8

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

2. Uninstall "python3-lrparsing.noarch" package

Here is a brief guide to show you how to uninstall python3-lrparsing.noarch on CentOS Stream 8:

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

3. Information about the python3-lrparsing.noarch package on CentOS Stream 8

Last metadata expiration check: 0:47:29 ago on Sun Feb 25 03:03:59 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.