How to Install and Uninstall python3-grako.noarch Package on Fedora 35

Last updated: November 29,2024

1. Install "python3-grako.noarch" package

Please follow the steps below to install python3-grako.noarch on Fedora 35

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

2. Uninstall "python3-grako.noarch" package

Here is a brief guide to show you how to uninstall python3-grako.noarch on Fedora 35:

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

3. Information about the python3-grako.noarch package on Fedora 35

Last metadata expiration check: 2:04:38 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-grako
Version : 3.99.9
Release : 2.fc35
Architecture : noarch
Size : 196 k
Source : python-grako-3.99.9-2.fc35.src.rpm
Repository : fedora
Summary : Python grammar compiler, EBNF input, PEG/Packrat parser output
URL : https://pypi.python.org/pypi/grako/
License : BSD
Description : Grako (for "grammar compiler") takes a grammar in a variation of EBNF
: as input, and outputs a memoizing PEG/Packrat parser in Python.