How to Install and Uninstall python3-zope-fixers.noarch Package on Fedora 39
Last updated: January 12,2025
1. Install "python3-zope-fixers.noarch" package
In this section, we are going to explain the necessary steps to install python3-zope-fixers.noarch on Fedora 39
$
sudo dnf update
Copied
$
sudo dnf install
python3-zope-fixers.noarch
Copied
2. Uninstall "python3-zope-fixers.noarch" package
This guide let you learn how to uninstall python3-zope-fixers.noarch on Fedora 39:
$
sudo dnf remove
python3-zope-fixers.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-zope-fixers.noarch package on Fedora 39
Last metadata expiration check: 3:18:02 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3-zope-fixers
Version : 1.1.2
Release : 30.fc39
Architecture : noarch
Size : 33 k
Source : python3-zope-fixers-1.1.2-30.fc39.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.
Available Packages
Name : python3-zope-fixers
Version : 1.1.2
Release : 30.fc39
Architecture : noarch
Size : 33 k
Source : python3-zope-fixers-1.1.2-30.fc39.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.