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

Last updated: September 18,2024

1. Install "python3-pyPEG2.noarch" package

Please follow the instructions below to install python3-pyPEG2.noarch on Fedora 34

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

2. Uninstall "python3-pyPEG2.noarch" package

This tutorial shows how to uninstall python3-pyPEG2.noarch on Fedora 34:

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

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

Last metadata expiration check: 2:01:46 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-pyPEG2
Version : 2.15.2
Release : 18.fc34
Architecture : noarch
Size : 63 k
Source : python3-pyPEG2-2.15.2-18.fc34.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.