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

Last updated: May 15,2024

1. Install "python-flower" package

This is a short guide on how to install python-flower on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-flower

2. Uninstall "python-flower" package

Please follow the guidance below to uninstall python-flower on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-flower
Priority: optional
Section: universe/python
Installed-Size: 276
Maintainer: Ubuntu Developers
Original-Maintainer: Benjamin Drung
Architecture: all
Source: flower
Version: 0.8.3+dfsg-1
Depends: libjs-d3, libjs-jquery, libjs-jquery-ui, libjs-rickshaw, libjs-twitter-bootstrap, python-babel, python-celery, python-concurrent.futures, python-tornado, python-tz, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/f/flower/python-flower_0.8.3+dfsg-1_all.deb
Size: 80156
MD5sum: c7a15c7022a2710738bb23af28af0bc5
SHA1: 8bbbc3525855f4a312687617000d91464608b34f
SHA256: 5d45d9ee852c2aaa08c74aad51d9e18dfcb88e33160bd9244b5b28273eb0bdd0
Description-en: web based tool for monitoring and administrating Celery clusters
Flower is a web based tool for monitoring and administrating Celery clusters.
It has these features:
* Real-time monitoring using Celery Events
* Task progress and history
* Ability to show task details (arguments, start time, runtime, and more)
* Graphs and statistics
* Remote Control
* View worker status and statistics
* Shutdown and restart worker instances
* Control worker pool size and autoscale settings
* View and modify the queues a worker instance consumes from
* View currently running tasks
* View scheduled tasks (ETA/countdown)
* View reserved and revoked tasks
* Apply time and rate limits
* Configuration viewer
* Revoke or terminate tasks
* Broker monitoring
* View statistics for all Celery queues
* Queue length graphs
* HTTP API
* Basic Auth and Google OpenID authentication
Description-md5: 7b765457ab51c43e5e762a488b89569e
Homepage: https://github.com/mher/flower
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu