How To Install pipx-doc on Fedora 36

In this tutorial we learn how to install pipx-doc in Fedora 36. pipx-doc is Documentation for pipx

Introduction

In this tutorial we learn how to install pipx-doc on Fedora 36.

What is pipx-doc

Documentation for pipx.

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

Install pipx-doc 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 pipx-doc using dnf by running the following command:

sudo dnf -y install pipx-doc

Install pipx-doc 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 pipx-doc using yum by running the following command:

sudo yum -y install pipx-doc

How To Uninstall pipx-doc on Fedora 36

To uninstall only the pipx-doc package we can use the following command:

sudo dnf remove pipx-doc

pipx-doc Package Contents on Fedora 36

/usr/share/doc/pipx-doc
/usr/share/doc/pipx-doc/README.md
/usr/share/doc/pipx-doc/docs
/usr/share/doc/pipx-doc/docs/changelog.md
/usr/share/doc/pipx-doc/docs/comparisons.md
/usr/share/doc/pipx-doc/docs/contributing.md
/usr/share/doc/pipx-doc/docs/examples.md
/usr/share/doc/pipx-doc/docs/getting-started.md
/usr/share/doc/pipx-doc/docs/how-pipx-works.md
/usr/share/doc/pipx-doc/docs/index.md
/usr/share/doc/pipx-doc/docs/installation.md
/usr/share/doc/pipx-doc/docs/programs-to-try.md
/usr/share/doc/pipx-doc/docs/troubleshooting.md
/usr/share/licenses/pipx-doc
/usr/share/licenses/pipx-doc/LICENSE

References

Summary

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