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

Last updated: May 18,2024

1. Install "python-futurist" package

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

$ sudo apt update $ sudo apt install python-futurist

2. Uninstall "python-futurist" package

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

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

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

Package: python-futurist
Priority: optional
Section: python
Installed-Size: 119
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Version: 0.13.0-2
Depends: python-concurrent.futures (>= 3.0), python-contextlib2, python-monotonic (>= 0.6), python-pbr (>= 1.8), python-six (>= 1.9.0), python:any (<< 2.8), python:any (>= 2.7.5-5~)
Suggests: python-futurist-doc
Filename: pool/main/p/python-futurist/python-futurist_0.13.0-2_all.deb
Size: 20706
MD5sum: 4a72ef5ca176c4ff41bddec9ab92affd
SHA1: 7e97cb9e88c15630d56aec31435bedc9c588b0dd
SHA256: c8809762666fe83f108b7de5b1280026a339be9331281f378667e48abbe0cb2c
Description-en: useful additions to futures, from the future - Python 2.x
Code from the future, delivered to you in the now. For example:
* A futurist.GreenThreadPoolExecutor using eventlet green thread pools. It
provides a standard executor API/interface and it also gathers execution
statistics.
* A futurist.ProcessPoolExecutor derivative that gathers execution
statistics.
* A futurist.SynchronousExecutor that doesn’t run concurrently. It has the
same executor API/interface and it also gathers execution statistics.
* A futurist.ThreadPoolExecutor derivative that gathers execution statistics.
* A futurist.periodics.PeriodicWorker that can use the previously mentioned
executors to run asynchronous work periodically in parallel or
synchronously.
* etc.
.
This package contains the Python 2.x module.
Description-md5: 1248cda16e16ee9851e3154999a55f33
Homepage: http://www.openstack.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 5y