How to Install and Uninstall python-parsimonious.noarch Package on Fedora 35

Last updated: October 06,2024

1. Install "python-parsimonious.noarch" package

This guide covers the steps necessary to install python-parsimonious.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install python-parsimonious.noarch

2. Uninstall "python-parsimonious.noarch" package

This guide covers the steps necessary to uninstall python-parsimonious.noarch on Fedora 35:

$ sudo dnf remove python-parsimonious.noarch $ sudo dnf autoremove

3. Information about the python-parsimonious.noarch package on Fedora 35

Last metadata expiration check: 5:04:13 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : python-parsimonious
Version : 0.9.0
Release : 1.fc35
Architecture : noarch
Size : 70 k
Source : python-parsimonious-0.9.0-1.fc35.src.rpm
Repository : updates
Summary : A fast pure-Python PEG parser
URL : https://github.com/erikrose/parsimonious
License : MIT
Description : Parsimonious aims to be the fastest arbitrary-lookahead parser written in pure
: Python, and the most usable. It's based on parsing expression grammars (PEGs),
: which means you feed it a simplified sort of EBNF notation. Parsimonious was
: designed to undergird a MediaWiki parser that wouldn't take 5 seconds or a GB
: of RAM to do one page, but it's applicable to all sorts of languages.