How to Install and Uninstall python-webflash Package on Ubuntu 16.04 LTS (Xenial Xerus)
Last updated: December 25,2024
1. Install "python-webflash" package
This tutorial shows how to install python-webflash on Ubuntu 16.04 LTS (Xenial Xerus)
$
sudo apt update
Copied
$
sudo apt install
python-webflash
Copied
2. Uninstall "python-webflash" package
This guide let you learn how to uninstall python-webflash on Ubuntu 16.04 LTS (Xenial Xerus):
$
sudo apt remove
python-webflash
Copied
$
sudo apt autoclean && sudo apt autoremove
Copied
3. Information about the python-webflash package on Ubuntu 16.04 LTS (Xenial Xerus)
Package: python-webflash
Priority: optional
Section: universe/python
Installed-Size: 66
Maintainer: Ubuntu Developers
Original-Maintainer: Debian QA Group
Architecture: all
Version: 0.1a9-5
Depends: python (>= 2.7), python (<< 2.8)
Conflicts: python-json
Filename: pool/universe/p/python-webflash/python-webflash_0.1a9-5_all.deb
Size: 9238
MD5sum: 693b8bf8b7decfa08cacf2398df74c8a
SHA1: 9ca79c8348931dadef2991c2a6a01dcc2ad587a1
SHA256: 7c1b162ece63a18258ae69c561057511c7e6a286a9aed831c39f005f1279f80b
Description-en: Portable flash messages for Python WSGI applications
WebFlash is a library to display "flash" messages in Python web
applications.
.
These messages are usually used to provide feedback to the user (e.g:
you changes have been saved, your credit card number has been stolen,
etc). One important characteristic they must provide is the ability
to survive a redirect (i.e., display the message in a page after
being redirected from a form submission).
.
* WebFlash is implemented using cookies, no state must be kept
* The messages can be rendered by the browser using Javascript
* Alternatively messages can be rendered by the server
* The JS code is small (~1Kb) and has no dependency
* WebFlash is designed to be used in WSGI frameworks
Description-md5: 7f9798e47292d9c69b76c0ffade71113
Homepage: http://python-rum.org/wiki/WebFlash
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Priority: optional
Section: universe/python
Installed-Size: 66
Maintainer: Ubuntu Developers
Original-Maintainer: Debian QA Group
Architecture: all
Version: 0.1a9-5
Depends: python (>= 2.7), python (<< 2.8)
Conflicts: python-json
Filename: pool/universe/p/python-webflash/python-webflash_0.1a9-5_all.deb
Size: 9238
MD5sum: 693b8bf8b7decfa08cacf2398df74c8a
SHA1: 9ca79c8348931dadef2991c2a6a01dcc2ad587a1
SHA256: 7c1b162ece63a18258ae69c561057511c7e6a286a9aed831c39f005f1279f80b
Description-en: Portable flash messages for Python WSGI applications
WebFlash is a library to display "flash" messages in Python web
applications.
.
These messages are usually used to provide feedback to the user (e.g:
you changes have been saved, your credit card number has been stolen,
etc). One important characteristic they must provide is the ability
to survive a redirect (i.e., display the message in a page after
being redirected from a form submission).
.
* WebFlash is implemented using cookies, no state must be kept
* The messages can be rendered by the browser using Javascript
* Alternatively messages can be rendered by the server
* The JS code is small (~1Kb) and has no dependency
* WebFlash is designed to be used in WSGI frameworks
Description-md5: 7f9798e47292d9c69b76c0ffade71113
Homepage: http://python-rum.org/wiki/WebFlash
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu