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

Last updated: May 20,2024

1. Install "python3-django-floppyforms" package

Please follow the instructions below to install python3-django-floppyforms on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-django-floppyforms

2. Uninstall "python3-django-floppyforms" package

Here is a brief guide to show you how to uninstall python3-django-floppyforms on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python3-django-floppyforms $ sudo apt autoclean && sudo apt autoremove

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

Package: python3-django-floppyforms
Priority: optional
Section: universe/python
Installed-Size: 181
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: django-floppyforms
Version: 1.6.0+dfsg-1
Depends: python3-django, libjs-openlayers, python3:any (>= 3.3.2-2~)
Suggests: python-django-floppyforms-doc
Filename: pool/universe/d/django-floppyforms/python3-django-floppyforms_1.6.0+dfsg-1_all.deb
Size: 29554
MD5sum: 10d5dcb117cadd55f9a7ba1c06f10d13
SHA1: 4192ff00b2386044e10912643177fad48227d6e8
SHA256: 22103c9bcd3d52a8caf2b4fcdf59717832463f9d3b5ae0b40f5114b66c2b3ef3
Description-en: better control of form rendering in Django (Python3 version)
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 Python 3 version of the library.
Description-md5: 8d4b4c33aeff8427a498d6d3f1278ba1
Homepage: https://github.com/brutasse/django-floppyforms
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu