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

Last updated: October 28,2024

1. Install "python3-simpleparse.x86_64" package

Please follow the instructions below to install python3-simpleparse.x86_64 on Fedora 38

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

2. Uninstall "python3-simpleparse.x86_64" package

Learn how to uninstall python3-simpleparse.x86_64 on Fedora 38:

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

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

Last metadata expiration check: 5:28:18 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : python3-simpleparse
Version : 2.2.2
Release : 11.fc38
Architecture : x86_64
Size : 359 k
Source : python-simpleparse-2.2.2-11.fc38.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.