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

Last updated: September 22,2024

1. Install "python3-modernize.noarch" package

Please follow the instructions below to install python3-modernize.noarch on Fedora 34

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

2. Uninstall "python3-modernize.noarch" package

Please follow the guidelines below to uninstall python3-modernize.noarch on Fedora 34:

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

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

Last metadata expiration check: 2:36:55 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-modernize
Version : 0.8.0
Release : 2.fc34
Architecture : noarch
Size : 51 k
Source : python-modernize-0.8.0-2.fc34.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.