How to Install and Uninstall python3.11-six.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: November 14,2024

1. Install "python3.11-six.noarch" package

Please follow the guidelines below to install python3.11-six.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install python3.11-six.noarch

2. Uninstall "python3.11-six.noarch" package

Please follow the guidelines below to uninstall python3.11-six.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove python3.11-six.noarch $ sudo dnf autoremove

3. Information about the python3.11-six.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:03:14 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python3.11-six
Version : 1.16.0
Release : 1.el8
Architecture : noarch
Size : 43 k
Source : python3.11-six-1.16.0-1.el8.src.rpm
Repository : ubi-8-appstream-rpms
Summary : Python 2 and 3 compatibility utilities
URL : https://github.com/benjaminp/six
License : MIT
Description : Six is a Python 2 and 3 compatibility library. It provides utility functions
: for smoothing over the differences between the Python versions with the goal
: of writing Python code that is compatible on both Python versions.