How to Install and Uninstall python3-lrparsing.noarch Package on Fedora 34

Last updated: June 29,2024

1. Install "python3-lrparsing.noarch" package

This guide let you learn how to install python3-lrparsing.noarch on Fedora 34

$ 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 Fedora 34:

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

3. Information about the python3-lrparsing.noarch package on Fedora 34

Last metadata expiration check: 0:58:25 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-lrparsing
Version : 1.0.16
Release : 7.fc34
Architecture : noarch
Size : 73 k
Source : python-lrparsing-1.0.16-7.fc34.src.rpm
Repository : fedora
Summary : Python 3.9 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.