How to Install and Uninstall python3-futurist Package on Kali Linux

Last updated: April 29,2024

1. Install "python3-futurist" package

Please follow the step by step instructions below to install python3-futurist on Kali Linux

$ sudo apt update $ sudo apt install python3-futurist

2. Uninstall "python3-futurist" package

This is a short guide on how to uninstall python3-futurist on Kali Linux:

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

3. Information about the python3-futurist package on Kali Linux

Package: python3-futurist
Source: python-futurist
Version: 2.4.1-3
Installed-Size: 136
Maintainer: Debian OpenStack
Architecture: all
Depends: python3-greenlet, python3-pbr, python3:any
Suggests: python-futurist-doc
Size: 23704
SHA256: 800124130863f75080ecde08f30962f1c9ed7dd0ead9622497b215adde582430
SHA1: e9976168f85bf758ae406b89e071f59d1f9bc12a
MD5sum: 9994546e556544c813d5614d7978cfe3
Description: 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:
Homepage: http://www.openstack.org/
Tag: implemented-in::python
Section: python
Priority: optional
Filename: pool/main/p/python-futurist/python3-futurist_2.4.1-3_all.deb