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

Last updated: October 07,2024

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

Please follow the steps below to install python3-zope-fixers.noarch on Fedora 34

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

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

Please follow the instructions below to uninstall python3-zope-fixers.noarch on Fedora 34:

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

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

Last metadata expiration check: 4:10:27 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-zope-fixers
Version : 1.1.2
Release : 22.fc34
Architecture : noarch
Size : 25 k
Source : python3-zope-fixers-1.1.2-22.fc34.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.