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

Last updated: May 15,2024

1. Install "python3-futurist" package

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

$ sudo apt update $ sudo apt install python3-futurist

2. Uninstall "python3-futurist" package

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

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

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

Package: python3-futurist
Priority: optional
Section: universe/python
Installed-Size: 119
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Source: python-futurist
Version: 0.13.0-2
Depends: python3-contextlib2, python3-monotonic (>= 0.6), python3-pbr (>= 1.8), python3-six (>= 1.9.0), python3:any (>= 3.3.2-2~)
Suggests: python-futurist-doc
Filename: pool/universe/p/python-futurist/python3-futurist_0.13.0-2_all.deb
Size: 20768
MD5sum: cddf8be156c68112ea12b21eb1b46050
SHA1: 2443fec948146a2f5a2cb3b4b7f729380cb3a990
SHA256: 9e7af3d4362b3fbbf8d4df6017747b44fbd6b8a0085577e8010e96893342f9a1
Description-en: useful additions to futures, from the future - Python 3.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 3.x module.
Description-md5: 008cc0d7f267ae8bd7f812bfc912259e
Homepage: http://www.openstack.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu