How to Install and Uninstall python3-flexparser.noarch Package on Fedora 39

Last updated: January 11,2025

1. Install "python3-flexparser.noarch" package

Please follow the guidelines below to install python3-flexparser.noarch on Fedora 39

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

2. Uninstall "python3-flexparser.noarch" package

This guide let you learn how to uninstall python3-flexparser.noarch on Fedora 39:

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

3. Information about the python3-flexparser.noarch package on Fedora 39

Last metadata expiration check: 0:14:14 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3-flexparser
Version : 0.2
Release : 2.fc39
Architecture : noarch
Size : 48 k
Source : python-flexparser-0.2-2.fc39.src.rpm
Repository : updates
Summary : Parsing made fun … using typing
URL : https://github.com/hgrecco/flexparser
License : BSD-3-Clause
Description : The idea is quite simple. You write a class for every type of content (called
: here ParsedStatement) you need to parse. Each class should have a from_string
: constructor. We used extensively the typing module to make the output structure
: easy to use and less error prone.