How to Install and Uninstall python3-modernize.noarch Package on Fedora 35

Last updated: May 05,2024

1. Install "python3-modernize.noarch" package

Please follow the guidance below to install python3-modernize.noarch on Fedora 35

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

2. Uninstall "python3-modernize.noarch" package

Here is a brief guide to show you how to uninstall python3-modernize.noarch on Fedora 35:

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

3. Information about the python3-modernize.noarch package on Fedora 35

Last metadata expiration check: 2:00:13 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : python3-modernize
Version : 0.8.0
Release : 4.fc35
Architecture : noarch
Size : 51 k
Source : python-modernize-0.8.0-4.fc35.src.rpm
Repository : fedora
Summary : Modernizes Python code for eventual Python 3 migration
URL : https://pypi.python.org/pypi/modernize
License : BSD
Description : This library is a very thin wrapper around lib2to3 to utilize it
: to make Python 2 code more modern with the intention of eventually
: porting it over to Python 3.
:
: It attempts, but does not guarantee, to generate a Python 2/3 compatible
: codebase. The code that it generates needs python2.6+ and has a runtime
: dependency on python-six.