How to Install and Uninstall python3-pyPEG2.noarch Package on Fedora 36

Last updated: May 18,2024

1. Install "python3-pyPEG2.noarch" package

This guide covers the steps necessary to install python3-pyPEG2.noarch on Fedora 36

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

2. Uninstall "python3-pyPEG2.noarch" package

Please follow the guidance below to uninstall python3-pyPEG2.noarch on Fedora 36:

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

3. Information about the python3-pyPEG2.noarch package on Fedora 36

Last metadata expiration check: 1:13:01 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-pyPEG2
Version : 2.15.2
Release : 21.fc36
Architecture : noarch
Size : 63 k
Source : python3-pyPEG2-2.15.2-21.fc36.src.rpm
Repository : fedora
Summary : A PEG Parser-Interpreter in Python
URL : http://fdik.org/pyPEG
License : GPLv2
Description : pyPEG is a plain and simple intrinsic parser interpreter framework for Python
: version 3.x. It is based on Parsing Expression Grammar, PEG.
: With pyPEG you can parse many formal languages in a very easy way.