How to Install and Uninstall python39-future.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)
Last updated: November 28,2024
1. Install "python39-future.noarch" package
This tutorial shows how to install python39-future.noarch on Red Hat Enterprise Linux 8 (RHEL 8)
$
sudo dnf update
Copied
$
sudo dnf install
python39-future.noarch
Copied
2. Uninstall "python39-future.noarch" package
Here is a brief guide to show you how to uninstall python39-future.noarch on Red Hat Enterprise Linux 8 (RHEL 8):
$
sudo dnf remove
python39-future.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python39-future.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)
Last metadata expiration check: 1:07:57 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python39-future
Version : 0.18.3
Release : 4.el8.1
Architecture : noarch
Size : 792 k
Source : python39-future-epel-0.18.3-4.el8.1.src.rpm
Repository : epel
Summary : Easy, clean, reliable Python 2/3 compatibility
URL : http://python-future.org/
License : MIT
Description :
: future is the missing compatibility layer between Python 2 and
: Python 3. It allows you to use a single, clean Python 3.x-compatible
: codebase to support both Python 2 and Python 3 with minimal overhead.
:
: It provides ``future`` and ``past`` packages with backports and forward
: ports of features from Python 3 and 2. It also comes with ``futurize`` and
: ``pasteurize``, customized 2to3-based scripts that helps you to convert
: either Py2 or Py3 code easily to support both Python 2 and 3 in a single
: clean Py3-style codebase, module by module.
Available Packages
Name : python39-future
Version : 0.18.3
Release : 4.el8.1
Architecture : noarch
Size : 792 k
Source : python39-future-epel-0.18.3-4.el8.1.src.rpm
Repository : epel
Summary : Easy, clean, reliable Python 2/3 compatibility
URL : http://python-future.org/
License : MIT
Description :
: future is the missing compatibility layer between Python 2 and
: Python 3. It allows you to use a single, clean Python 3.x-compatible
: codebase to support both Python 2 and Python 3 with minimal overhead.
:
: It provides ``future`` and ``past`` packages with backports and forward
: ports of features from Python 3 and 2. It also comes with ``futurize`` and
: ``pasteurize``, customized 2to3-based scripts that helps you to convert
: either Py2 or Py3 code easily to support both Python 2 and 3 in a single
: clean Py3-style codebase, module by module.