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

Last updated: May 15,2024

1. Install "python3-future" package

Learn how to install python3-future on Kali Linux

$ sudo apt update $ sudo apt install python3-future

2. Uninstall "python3-future" package

Please follow the steps below to uninstall python3-future on Kali Linux:

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

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

Package: python3-future
Source: python-future
Version: 0.18.2-6
Installed-Size: 1678
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any, python3-lib2to3
Suggests: python-future-doc
Size: 348428
SHA256: 839ea917a363561345d68223b6e1fe9d25ba2fc36bc049fe658f3e81fa19a1b3
SHA1: 3a5053ede733f7fe7630ca734c7397899f9e6578
MD5sum: 6912e93a9688c921d96d9904ef68f758
Description: Clean single-source support for Python 3 and 2 - Python 3.x
Future is the missing compatibility layer between Python 2 and Python 3. It
allows one to use a single, clean Python 3.x-compatible codebase to support
both Python 2 and Python 3 with minimal overhead.
.
The imports have no effect on Python 3. On Python 2, they shadow the
corresponding builtins, which normally have different semantics on Python 3
versus 2, to provide their Python 3 semantics.
.
This package contains the Python 3.x module.
Description-md5:
Multi-Arch: foreign
Homepage: https://python-future.org
Tag: implemented-in::python
Section: python
Priority: optional
Filename: pool/main/p/python-future/python3-future_0.18.2-6_all.deb