How to Install and Uninstall python3-future.noarch Package on Fedora 34
Last updated: November 26,2024
1. Install "python3-future.noarch" package
Here is a brief guide to show you how to install python3-future.noarch on Fedora 34
$
sudo dnf update
Copied
$
sudo dnf install
python3-future.noarch
Copied
2. Uninstall "python3-future.noarch" package
This is a short guide on how to uninstall python3-future.noarch on Fedora 34:
$
sudo dnf remove
python3-future.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-future.noarch package on Fedora 34
Last metadata expiration check: 1:26:47 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : python3-future
Version : 0.18.2
Release : 9.fc34
Architecture : noarch
Size : 733 k
Source : future-0.18.2-9.fc34.src.rpm
Repository : fedora
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 : python3-future
Version : 0.18.2
Release : 9.fc34
Architecture : noarch
Size : 733 k
Source : future-0.18.2-9.fc34.src.rpm
Repository : fedora
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.