How to Install and Uninstall python-wtforms Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 16,2024

1. Install "python-wtforms" package

Please follow the guidance below to install python-wtforms on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-wtforms

2. Uninstall "python-wtforms" package

In this section, we are going to explain the necessary steps to uninstall python-wtforms on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-wtforms $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-wtforms package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-wtforms
Priority: optional
Section: universe/python
Installed-Size: 512
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: wtforms
Version: 2.1-1
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Suggests: python-sqlalchemy (>= 0.5), python-django, python-django-localflavor
Filename: pool/universe/w/wtforms/python-wtforms_2.1-1_all.deb
Size: 61182
MD5sum: 05b83d4c7e26ae6778a9fab0d9fdfb31
SHA1: 3eb6d817ab57556d4fdc16447c6f1e8f6c2353e1
SHA256: 5bcc1cd4326d44682ac0728038fe9fc79f501da0581ec3155c6c8c157a25317e
Description-en: flexible forms validation and rendering library for Python 2
WTForms is a HTML form field generator which allows full customization
with templates, using the template engine of your choice. It also allows
one to create forms based on ORM models from Django, SqlAlchemy and the
Google Appengine.
.
This package contains the module for Python 2.
Description-md5: 6c3d7511f54eecaab84089704084b262
Homepage: http://wtforms.simplecodes.com/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu