How to Install and Uninstall python3-wtforms.noarch Package on CentOS Stream 8

Last updated: January 11,2025

1. Install "python3-wtforms.noarch" package

Please follow the steps below to install python3-wtforms.noarch on CentOS Stream 8

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

2. Uninstall "python3-wtforms.noarch" package

This guide covers the steps necessary to uninstall python3-wtforms.noarch on CentOS Stream 8:

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

3. Information about the python3-wtforms.noarch package on CentOS Stream 8

Last metadata expiration check: 3:53:48 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python3-wtforms
Version : 2.2.1
Release : 8.el8
Architecture : noarch
Size : 191 k
Source : python-wtforms-2.2.1-8.el8.src.rpm
Repository : epel
Summary : Forms validation and rendering library for python
URL : http://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.