How To Install python-faker-doc on Fedora 36

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

Introduction

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

What is python-faker-doc

Faker is a Python package that generates fake data for you. Whether you need to bootstrap your database, create good-looking XML documents, fill-in your persistence to stress test it, or anonymize data taken from a production service, Faker is for you.

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

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

sudo dnf -y install python-faker-doc

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

sudo yum -y install python-faker-doc

How To Uninstall python-faker-doc on Fedora 36

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

sudo dnf remove python-faker-doc

python-faker-doc Package Contents on Fedora 36

/usr/share/doc/python-faker-doc
/usr/share/doc/python-faker-doc/CHANGELOG.md
/usr/share/doc/python-faker-doc/CONTRIBUTING.rst
/usr/share/doc/python-faker-doc/README.rst
/usr/share/doc/python-faker-doc/RELEASE_PROCESS.rst
/usr/share/doc/python-faker-doc/coding_style.rst
/usr/share/doc/python-faker-doc/communityproviders.rst
/usr/share/doc/python-faker-doc/fakerclass.rst
/usr/share/doc/python-faker-doc/index.rst
/usr/share/doc/python-faker-doc/pytest-fixtures.rst
/usr/share/doc/python-faker-doc/writing-docs.rst
/usr/share/licenses/python-faker-doc
/usr/share/licenses/python-faker-doc/LICENSE.txt

References

Summary

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