How to Install and Uninstall python3.11-six.src Package on Oracle Linux 9

Last updated: October 07,2024

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

Please follow the guidance below to install python3.11-six.src on Oracle Linux 9

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

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

This guide covers the steps necessary to uninstall python3.11-six.src on Oracle Linux 9:

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

3. Information about the python3.11-six.src package on Oracle Linux 9

Last metadata expiration check: 1:24:30 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python3.11-six
Version : 1.16.0
Release : 1.el9
Architecture : src
Size : 42 k
Source : None
Repository : ol9_appstream
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.