How to Install and Uninstall python2.7.i686 Package on Fedora 36

Last updated: June 30,2024

1. Install "python2.7.i686" package

This guide let you learn how to install python2.7.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install python2.7.i686

2. Uninstall "python2.7.i686" package

Please follow the step by step instructions below to uninstall python2.7.i686 on Fedora 36:

$ sudo dnf remove python2.7.i686 $ sudo dnf autoremove

3. Information about the python2.7.i686 package on Fedora 36

Last metadata expiration check: 2:15:33 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python2.7
Version : 2.7.18
Release : 22.fc36
Architecture : i686
Size : 13 M
Source : python2.7-2.7.18-22.fc36.src.rpm
Repository : updates
Summary : Version 2.7 of the Python interpreter
URL : https://www.python.org/
License : Python and MIT and ASL 2.0 and BSD and ISC and LGPLv2 and MPLv2.0 and (ASL 2.0 or BSD)
Description : Python 2 is an old version of the language that is incompatible with the 3.x
: line of releases. The language is mostly the same, but many details, especially
: how built-in objects like dictionaries and strings work, have changed
: considerably, and a lot of deprecated features have finally been removed in the
: 3.x line.
:
: Note that Python 2 is not supported upstream after 2020-01-01, please use the
: python3 package instead if you can.
:
: This package also provides the "python2" executable.