How to Install and Uninstall python3-six.noarch Package on Fedora 36

Last updated: November 28,2024

1. Install "python3-six.noarch" package

Learn how to install python3-six.noarch on Fedora 36

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

2. Uninstall "python3-six.noarch" package

This guide let you learn how to uninstall python3-six.noarch on Fedora 36:

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

3. Information about the python3-six.noarch package on Fedora 36

Last metadata expiration check: 1:57:27 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-six
Version : 1.16.0
Release : 5.fc36
Architecture : noarch
Size : 36 k
Source : python-six-1.16.0-5.fc36.src.rpm
Repository : fedora
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.