How To Install python3-bowler-docs on Fedora 36

In this tutorial we learn how to install python3-bowler-docs in Fedora 36. python3-bowler-docs is Documentation for python3-bowler

Introduction

In this tutorial we learn how to install python3-bowler-docs on Fedora 36.

What is python3-bowler-docs

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. The python3-bowler-docs package contains documentation for python3-bowler.

We can use yum or dnf to install python3-bowler-docs on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-bowler-docs.

Install python3-bowler-docs on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install python3-bowler-docs using dnf by running the following command:

sudo dnf -y install python3-bowler-docs

Install python3-bowler-docs on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install python3-bowler-docs using yum by running the following command:

sudo yum -y install python3-bowler-docs

How To Uninstall python3-bowler-docs on Fedora 36

To uninstall only the python3-bowler-docs package we can use the following command:

sudo dnf remove python3-bowler-docs

python3-bowler-docs Package Contents on Fedora 36

/usr/share/doc/python3-bowler-docs
/usr/share/doc/python3-bowler-docs/api-commands.md
/usr/share/doc/python3-bowler-docs/api-filters.md
/usr/share/doc/python3-bowler-docs/api-modifiers.md
/usr/share/doc/python3-bowler-docs/api-query.md
/usr/share/doc/python3-bowler-docs/api-selectors.md
/usr/share/doc/python3-bowler-docs/basics-intro.md
/usr/share/doc/python3-bowler-docs/basics-refactoring.md
/usr/share/doc/python3-bowler-docs/basics-setup.md
/usr/share/doc/python3-bowler-docs/basics-usage.md
/usr/share/doc/python3-bowler-docs/dev-intro.md
/usr/share/doc/python3-bowler-docs/dev-roadmap.md

References

Summary

In this tutorial we learn how to install python3-bowler-docs on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).