How to Install and Uninstall python-future-doc Package on Kali Linux

Last updated: January 10,2025

1. Install "python-future-doc" package

Please follow the instructions below to install python-future-doc on Kali Linux

$ sudo apt update $ sudo apt install python-future-doc

2. Uninstall "python-future-doc" package

This tutorial shows how to uninstall python-future-doc on Kali Linux:

$ sudo apt remove python-future-doc $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-future-doc package on Kali Linux

Package: python-future-doc
Source: python-future
Version: 0.18.2-6
Installed-Size: 1741
Maintainer: Debian Python Team
Architecture: all
Depends: libjs-sphinxdoc (>= 4.3)
Size: 316176
SHA256: a473c321a5b20b089a111806c70edc6ac753e36ac38fa97c86d8fb42f3fa6b23
SHA1: b190841207c24cc7c2457eb7ca2d131dfae88106
MD5sum: ab8db865b069496eec5964432d7d47af
Description: Clean single-source support for Python 3 and 2 - doc
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 documentation.
Description-md5:
Multi-Arch: foreign
Homepage: https://python-future.org
Section: doc
Priority: optional
Filename: pool/main/p/python-future/python-future-doc_0.18.2-6_all.deb