How to Install and Uninstall python3-formencode.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "python3-formencode.noarch" package

Learn how to install python3-formencode.noarch on Fedora 34

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

2. Uninstall "python3-formencode.noarch" package

This guide covers the steps necessary to uninstall python3-formencode.noarch on Fedora 34:

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

3. Information about the python3-formencode.noarch package on Fedora 34

Last metadata expiration check: 0:09:18 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-formencode
Version : 1.3.1
Release : 14.fc34
Architecture : noarch
Size : 200 k
Source : python-formencode-1.3.1-14.fc34.src.rpm
Repository : fedora
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.