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

Last updated: January 15,2025

1. Install "python3-bowler.noarch" package

Please follow the instructions below to install python3-bowler.noarch on Fedora 38

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

2. Uninstall "python3-bowler.noarch" package

This guide covers the steps necessary to uninstall python3-bowler.noarch on Fedora 38:

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

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

Last metadata expiration check: 1:17:57 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : python3-bowler
Version : 0.9.0
Release : 8.fc38
Architecture : noarch
Size : 78 k
Source : python-bowler-0.9.0-8.fc38.src.rpm
Repository : fedora
Summary : Safe code refactoring for modern Python projects
URL : https://pybowler.io
License : MIT
Description : Bowler is a refactoring tool for manipulating Python at the syntax tree level.
: It enables safe, large scale code modifications while guaranteeing that the
: resulting code compiles and runs. It provides both a simple command line
: interface and a fluent API in Python for generating complex code modifications
: in code.