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

Last updated: June 26,2024

1. Install "python3-formencode.noarch" package

Please follow the step by step instructions below to install python3-formencode.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "python3-formencode.noarch" package

Please follow the instructions below to uninstall python3-formencode.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

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

Last metadata expiration check: 2:32:38 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-formencode
Version : 2.0.1
Release : 6.el9
Architecture : noarch
Size : 224 k
Source : python-formencode-2.0.1-6.el9.src.rpm
Repository : epel
Summary : HTML form validation, generation, and convertion package
URL : http://formencode.org/
License : Python
Description : FormEncode validates and converts nested structures. It allows for a.
: declarative form of defining the validation, and decoupled processes.
: for filling and generating forms.
:
: This package contains the python3 version of the module.