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

Last updated: May 14,2024

1. Install "python3-django-formtools" package

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

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

2. Uninstall "python3-django-formtools" package

Please follow the steps below to uninstall python3-django-formtools on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-django-formtools
Priority: optional
Section: universe/python
Installed-Size: 427
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Source: python-django-formtools
Version: 1.0-2
Depends: python3-django (>= 1.7), python3:any (>= 3.3.2-2~)
Suggests: python-django-formtools-doc
Filename: pool/universe/p/python-django-formtools/python3-django-formtools_1.0-2_all.deb
Size: 34666
MD5sum: 97813daf85c1d9c6eb25c08000ff39e4
SHA1: f611c309db5e5d845b311e1376bb86fc73deb533
SHA256: 520d8a1b477cfcf71b953e9b89f5c807604d7f616948655148572d59b8c5397d
Description-en: set of high-level abstractions for Django forms - Python 3.x
Django's formtools is a set of high-level abstractions for Django forms.
Currently for form previews and multi-step forms.
.
This code used to live in Django proper: in django.contrib.formtools. But it
was separated into a standalone package in Django 1.8 to keep the framework's
core clean.
.
This package contains the Python 3.x module.
Description-md5: ee0c8ca5124a45eaedae7a9ff5e28e9f
Homepage: http://django-formtools.readthedocs.org/en/latest/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu