How to Install and Uninstall python3-simpleparse.x86_64 Package on Fedora 36

Last updated: October 06,2024

1. Install "python3-simpleparse.x86_64" package

This guide covers the steps necessary to install python3-simpleparse.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install python3-simpleparse.x86_64

2. Uninstall "python3-simpleparse.x86_64" package

This guide covers the steps necessary to uninstall python3-simpleparse.x86_64 on Fedora 36:

$ sudo dnf remove python3-simpleparse.x86_64 $ sudo dnf autoremove

3. Information about the python3-simpleparse.x86_64 package on Fedora 36

Last metadata expiration check: 1:12:20 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-simpleparse
Version : 2.2.2
Release : 7.fc36
Architecture : x86_64
Size : 287 k
Source : python-simpleparse-2.2.2-7.fc36.src.rpm
Repository : fedora
Summary : A simple and fast parser generator
URL : http://launchpad.net/simpleparse
License : BSD
Description : SimpleParse is a BSD-licensed Python package providing a simple and fast parser
: generator using a modified version of the mxTextTools text-tagging engine.
: SimpleParse allows you to generate parsers directly from your EBNF grammar.