How to Install and Uninstall python2-WTForms Package on openSUSE Leap

Last updated: November 26,2024

1. Install "python2-WTForms" package

Please follow the steps below to install python2-WTForms on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-WTForms

2. Uninstall "python2-WTForms" package

Please follow the guidelines below to uninstall python2-WTForms on openSUSE Leap:

$ sudo zypper remove python2-WTForms

3. Information about the python2-WTForms package on openSUSE Leap

Information for package python2-WTForms:
----------------------------------------
Repository : Main Repository
Name : python2-WTForms
Version : 2.2.1-1.6
Arch : noarch
Vendor : SUSE LLC
Installed Size : 800,4 KiB
Installed : No
Status : not installed
Source package : python-WTForms-2.2.1-1.6.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.