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

Last updated: May 18,2024

1. Install "python-future" package

This tutorial shows how to install python-future on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-future

2. Uninstall "python-future" package

Here is a brief guide to show you how to uninstall python-future on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-future
Priority: optional
Section: universe/python
Installed-Size: 1700
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Version: 0.15.2-1
Depends: python2.7, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Pre-Depends: dpkg (>= 1.15.6~)
Suggests: python-future-doc
Filename: pool/universe/p/python-future/python-future_0.15.2-1_all.deb
Size: 335280
MD5sum: 4941ce4bced06c61cfd16260bfc8ae28
SHA1: abb2e57f980e2d714c50dbe0e8dc576e6e542884
SHA256: e9b3defe36c30b160aec80f3d0c10be26ad11336f16307d6e338c9618bea0b24
Description-en: single-source support for Python 3 and 2 - Python 2.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 2.x module.
Description-md5: 4c6abf6a5e7c91853d7299b11bbaa1a9
Homepage: https://python-future.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu