How to Install and Uninstall python3-formencode.noarch Package on AlmaLinux 9

Last updated: October 15,2024

1. Install "python3-formencode.noarch" package

This is a short guide on how to install python3-formencode.noarch on AlmaLinux 9

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

2. Uninstall "python3-formencode.noarch" package

Here is a brief guide to show you how to uninstall python3-formencode.noarch on AlmaLinux 9:

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

3. Information about the python3-formencode.noarch package on AlmaLinux 9

Last metadata expiration check: 1:21:04 ago on Wed Mar 13 07:41:12 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.