How to Install and Uninstall python3-parse_type.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 11,2024

1. Install "python3-parse_type.noarch" package

In this section, we are going to explain the necessary steps to install python3-parse_type.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

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

2. Uninstall "python3-parse_type.noarch" package

This guide covers the steps necessary to uninstall python3-parse_type.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the python3-parse_type.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:59:19 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python3-parse_type
Version : 0.6.0
Release : 2.el8
Architecture : noarch
Size : 57 k
Source : python-parse_type-0.6.0-2.el8.src.rpm
Repository : epel
Summary : Simplifies to build parse types based on the parse module
URL : http://pypi.python.org/pypi/parse_type
License : BSD
Description : "parse_type" extends the "parse" module (opposite of
: "string.format()") with the following features:
: * build type converters for common use cases (enum/mapping, choice)
: * build a type converter with a cardinality constraint (0..1,
: 0..*, 1..*) from the type converter with cardinality=1.
: * compose a type converter from other type converters
: * an extended parser that supports the CardinalityField naming
: schema and creates missing type variants (0..1, 0..*, 1..*) from
: the primary type converter
:
: Python 3 version.