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

Last updated: May 21,2024

1. Install "python3-zope-fixers.noarch" package

Please follow the step by step instructions below to install python3-zope-fixers.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install python3-zope-fixers.noarch

2. Uninstall "python3-zope-fixers.noarch" package

Please follow the steps below to uninstall python3-zope-fixers.noarch on Fedora 36:

$ sudo dnf remove python3-zope-fixers.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 2:34:06 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-zope-fixers
Version : 1.1.2
Release : 25.fc36
Architecture : noarch
Size : 24 k
Source : python3-zope-fixers-1.1.2-25.fc36.src.rpm
Repository : fedora
Summary : 2to3 fixers for Zope
URL : http://svn.zope.org/zope.fixers/
License : ZPLv2.1
Description : Fixers for Zope Component Architecture and the frameworks built with it.
:
: Currently, there is only one fixer, fix_implements. This fixer will change
: all uses of implements(IFoo) in a class body to the class decorator
: @implementer(IFoo), which is the most likely Python 3 syntax for
: zope.interfaces implements statements.