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

Last updated: September 21,2024

1. Install "python-future-doc" package

Please follow the steps below to install python-future-doc on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "python-future-doc" package

Please follow the guidelines below to uninstall python-future-doc on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-future-doc
Priority: optional
Section: universe/doc
Installed-Size: 1601
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: python-future
Version: 0.15.2-1
Depends: libjs-sphinxdoc (>= 1.0)
Pre-Depends: dpkg (>= 1.15.6~)
Filename: pool/universe/p/python-future/python-future-doc_0.15.2-1_all.deb
Size: 266680
MD5sum: 6ddfc008ea21e24d73aac7ca2aee9213
SHA1: 5eb7d0622c3a7b42353b36c782f62402669a9297
SHA256: b13e747958ab2e6185ac920a3cbab7415a2b5f5f502811d0f0c52b6186312e2b
Description-en: 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: 9d4047c4023597caeda30dfa7fc68906
Homepage: https://python-future.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu