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

Last updated: July 07,2024

1. Install "python36-WTForms" package

In this section, we are going to explain the necessary steps to install python36-WTForms on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-WTForms

2. Uninstall "python36-WTForms" package

This guide covers the steps necessary to uninstall python36-WTForms on openSuSE Tumbleweed:

$ sudo zypper remove python36-WTForms

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

Information for package python36-WTForms:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-WTForms
Version : 2.3.3+git.1621448902.a55be54-2.2
Arch : noarch
Vendor : openSUSE
Installed Size : 340,5 KiB
Installed : No
Status : not installed
Source package : python-WTForms-2.3.3+git.1621448902.a55be54-2.2.src
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.