How to Install and Uninstall python3-nine.noarch Package on CentOS 8 / RHEL 8

Last updated: May 04,2024

1. Install "python3-nine.noarch" package

This guide covers the steps necessary to install python3-nine.noarch on CentOS 8 / RHEL 8

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

2. Uninstall "python3-nine.noarch" package

Please follow the instructions below to uninstall python3-nine.noarch on CentOS 8 / RHEL 8:

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

3. Information about the python3-nine.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 7:58:15 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : python3-nine
Version : 1.1.0
Release : 2.el8
Architecture : noarch
Size : 24 k
Source : python-nine-1.1.0-2.el8.src.rpm
Repository : epel
Summary : Python 2 / 3 compatibility, like six, but favouring Python 3
URL : http://pypi.python.org/pypi/nine
License : Public Domain
Description : Let's write Python 3 right now!
:
: When the best Python 2/Python 3 compatibility modules -- especially the
: famous `*six* library invented by Benjamin Peterson
: `_ -- were created, they were written
: from the point of view of a Python 2 programmer starting to grok Python 3.
:
: When thou writeth Python, thou shalt write Python 3 and, just for a while,
: ensure that the thing worketh on Python 2.7 and, possibly, even 2.6.
:
: Just before Python 2 is finally phased out, thine codebase shall look more
: like 3 than like 2.
:
: nine facilitates this new point of view. You can write code that is as
: 3ish as possible while still supporting 2.6. Very comfortable for writing
: new projects.