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

Last updated: November 01,2024

1. Install "python3-formencode.noarch" package

Please follow the guidelines below to install python3-formencode.noarch on AlmaLinux 8

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

2. Uninstall "python3-formencode.noarch" package

Please follow the step by step instructions below to uninstall python3-formencode.noarch on AlmaLinux 8:

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

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

Last metadata expiration check: 0:04:48 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : python3-formencode
Version : 2.0.0a1
Release : 1.el8
Architecture : noarch
Size : 217 k
Source : python-formencode-2.0.0a1-1.el8.src.rpm
Repository : epel
Summary : HTML form validation, generation, and convertion package
URL : http://formencode.org/
License : MIT and 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.