How to Install and Uninstall python2-for-tests.i686 Package on CentOS Stream 8

Last updated: October 06,2024

1. Install "python2-for-tests.i686" package

Please follow the step by step instructions below to install python2-for-tests.i686 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install python2-for-tests.i686

2. Uninstall "python2-for-tests.i686" package

In this section, we are going to explain the necessary steps to uninstall python2-for-tests.i686 on CentOS Stream 8:

$ sudo dnf remove python2-for-tests.i686 $ sudo dnf autoremove

3. Information about the python2-for-tests.i686 package on CentOS Stream 8

Last metadata expiration check: 3:23:10 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python2-for-tests
Version : 2.7.17
Release : 1.el8
Architecture : i686
Size : 80 k
Source : python2-2.7.17-1.el8.src.rpm
Repository : appstream
Summary : The python2-for-tests-command
URL : https://www.python.org/
License : Python
Description : This package provides the "python2-for-tests" executable, a working
: Python 2 interpreter intended for use only in test harnesses that
: were not ported to Python 3 yet.
:
: Install this package, but not "python2", to approximate a system that
: lacks Python 2 entirely.