How to Install and Uninstall python3-lrparsing.noarch Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "python3-lrparsing.noarch" package

Please follow the instructions below to install python3-lrparsing.noarch on Rocky Linux 8

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

2. Uninstall "python3-lrparsing.noarch" package

Please follow the guidance below to uninstall python3-lrparsing.noarch on Rocky Linux 8:

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

3. Information about the python3-lrparsing.noarch package on Rocky Linux 8

Last metadata expiration check: 1:11:57 ago on Mon Sep 12 10:27:18 2022.
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.