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

Last updated: May 29,2024

1. Install "python-django-floppyforms-doc" package

Please follow the guidelines below to install python-django-floppyforms-doc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-django-floppyforms-doc

2. Uninstall "python-django-floppyforms-doc" package

Please follow the instructions below to uninstall python-django-floppyforms-doc on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-django-floppyforms-doc $ sudo apt autoclean && sudo apt autoremove

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

Package: python-django-floppyforms-doc
Priority: optional
Section: universe/doc
Installed-Size: 1507
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: django-floppyforms
Version: 1.6.0+dfsg-1
Depends: libjs-sphinxdoc (>= 1.0)
Filename: pool/universe/d/django-floppyforms/python-django-floppyforms-doc_1.6.0+dfsg-1_all.deb
Size: 1112890
MD5sum: 4897714c4cc399f0dffd2e418ceca89d
SHA1: ea3cc7ac1a2c05f3550ce20b80ea37916f806bdc
SHA256: 81232bbf764be18e07d5d9ccd2d35a4e65b5c4edd973e33ec1ec26a4b4511ae8
Description-en: better control of form rendering in Django (Documentation)
Django-foppyforms is an application that gives you full control of the
output of forms rendering. This is more a widgets library than a forms
library but form fields are provided for convenience. The forms API and
features are exactly the same as Django’s, the key difference is that
widgets are rendered in templates instead of using string interpolation.
.
The widgets API allows you to customize and extend the widgets behaviour,
making it very easy to define custom widgets. The default widgets are very
similar to the default Django widgets, except that they implement some
nice features of HTML5 forms, such as the placeholder and required
attribute, as well as the new types.
.
This package contains the documentation.
Description-md5: b3da632a6c27ef616a73708e0666e542
Homepage: https://github.com/brutasse/django-floppyforms
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu