How to Install and Uninstall python3-wtforms.noarch Package on Fedora 35

Last updated: September 22,2024

1. Install "python3-wtforms.noarch" package

This guide let you learn how to install python3-wtforms.noarch on Fedora 35

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

2. Uninstall "python3-wtforms.noarch" package

This is a short guide on how to uninstall python3-wtforms.noarch on Fedora 35:

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

3. Information about the python3-wtforms.noarch package on Fedora 35

Last metadata expiration check: 2:24:17 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : python3-wtforms
Version : 2.3.3
Release : 5.fc35
Architecture : noarch
Size : 195 k
Source : python-wtforms-2.3.3-5.fc35.src.rpm
Repository : fedora
Summary : Forms validation and rendering library for python
URL : https://wtforms.simplecodes.com/
License : BSD
Description : With wtforms, your form field HTML can be generated for you.
: This allows you to maintain separation of code and presentation,
: and keep those messy parameters out of your python code.