How to Install and Uninstall python39-WTForms Package on openSuSE Tumbleweed

Last updated: May 19,2024

1. Install "python39-WTForms" package

Please follow the guidance below to install python39-WTForms on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-WTForms

2. Uninstall "python39-WTForms" package

Please follow the step by step instructions below to uninstall python39-WTForms on openSuSE Tumbleweed:

$ sudo zypper remove python39-WTForms

3. Information about the python39-WTForms package on openSuSE Tumbleweed

Information for package python39-WTForms:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-WTForms
Version : 3.1.1-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 307.0 KiB
Installed : No
Status : not installed
Source package : python-WTForms-3.1.1-1.2.src
Upstream URL : https://github.com/wtforms/wtforms
Summary : A flexible forms validation and rendering library for Python web development
Description :
WTForms is a forms validation and rendering library for Python web development.
With WTForms, form field HTML can be generated and be customized with templates.
This allows to maintain separation of code and presentation, and keep those parameters out of Python code.
Because of this loose coupling, any template engine may be used for this.