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

Last updated: November 27,2024

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

This guide covers the steps necessary to install python3-zope-fixers.noarch on Fedora 38

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

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

Please follow the guidelines below to uninstall python3-zope-fixers.noarch on Fedora 38:

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

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

Last metadata expiration check: 3:23:18 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : python3-zope-fixers
Version : 1.1.2
Release : 28.fc38
Architecture : noarch
Size : 33 k
Source : python3-zope-fixers-1.1.2-28.fc38.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.