How To Install pipenv-doc on Fedora 36

In this tutorial we learn how to install pipenv-doc in Fedora 36. pipenv-doc is Pipenv documentation

Introduction

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

What is pipenv-doc

Documentation for Pipenv

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

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

sudo dnf -y install pipenv-doc

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

sudo yum -y install pipenv-doc

How To Uninstall pipenv-doc on Fedora 36

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

sudo dnf remove pipenv-doc

pipenv-doc Package Contents on Fedora 36

/usr/share/doc/pipenv-doc
/usr/share/doc/pipenv-doc/html
/usr/share/doc/pipenv-doc/html/_modules
/usr/share/doc/pipenv-doc/html/_modules/index.html
/usr/share/doc/pipenv-doc/html/_modules/pipenv
/usr/share/doc/pipenv-doc/html/_modules/pipenv/environments.html
/usr/share/doc/pipenv-doc/html/_static
/usr/share/doc/pipenv-doc/html/_static/alabaster.css
/usr/share/doc/pipenv-doc/html/_static/basic.css
/usr/share/doc/pipenv-doc/html/_static/custom.css
/usr/share/doc/pipenv-doc/html/_static/doctools.js
/usr/share/doc/pipenv-doc/html/_static/documentation_options.js
/usr/share/doc/pipenv-doc/html/_static/file.png
/usr/share/doc/pipenv-doc/html/_static/jquery-3.5.1.js
/usr/share/doc/pipenv-doc/html/_static/jquery.js
/usr/share/doc/pipenv-doc/html/_static/konami.js
/usr/share/doc/pipenv-doc/html/_static/language_data.js
/usr/share/doc/pipenv-doc/html/_static/minus.png
/usr/share/doc/pipenv-doc/html/_static/pipenv.png
/usr/share/doc/pipenv-doc/html/_static/plus.png
/usr/share/doc/pipenv-doc/html/_static/pygments.css
/usr/share/doc/pipenv-doc/html/_static/searchtools.js
/usr/share/doc/pipenv-doc/html/_static/underscore-1.13.1.js
/usr/share/doc/pipenv-doc/html/_static/underscore.js
/usr/share/doc/pipenv-doc/html/advanced.html
/usr/share/doc/pipenv-doc/html/basics.html
/usr/share/doc/pipenv-doc/html/changelog.html
/usr/share/doc/pipenv-doc/html/cli.html
/usr/share/doc/pipenv-doc/html/dev
/usr/share/doc/pipenv-doc/html/dev/contributing.html
/usr/share/doc/pipenv-doc/html/dev/philosophy.html
/usr/share/doc/pipenv-doc/html/diagnose.html
/usr/share/doc/pipenv-doc/html/genindex.html
/usr/share/doc/pipenv-doc/html/index.html
/usr/share/doc/pipenv-doc/html/install.html
/usr/share/doc/pipenv-doc/html/objects.inv
/usr/share/doc/pipenv-doc/html/py-modindex.html
/usr/share/doc/pipenv-doc/html/search.html
/usr/share/doc/pipenv-doc/html/searchindex.js
/usr/share/licenses/pipenv-doc
/usr/share/licenses/pipenv-doc/LICENSE

References

Summary

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