How To Install python-factory-boy-doc on Fedora 36

In this tutorial we learn how to install python-factory-boy-doc in Fedora 36. python-factory-boy-doc is API documentation for python-factory-boy

Introduction

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

What is python-factory-boy-doc

Documentation for the python-factory-boy API

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

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

sudo dnf -y install python-factory-boy-doc

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

sudo yum -y install python-factory-boy-doc

How To Uninstall python-factory-boy-doc on Fedora 36

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

sudo dnf remove python-factory-boy-doc

python-factory-boy-doc Package Contents on Fedora 36

/usr/share/doc/python-factory-boy-doc
/usr/share/doc/python-factory-boy-doc/CODE_OF_CONDUCT.md
/usr/share/doc/python-factory-boy-doc/CONTRIBUTING.rst
/usr/share/doc/python-factory-boy-doc/CREDITS
/usr/share/doc/python-factory-boy-doc/README.rst
/usr/share/doc/python-factory-boy-doc/docs
/usr/share/doc/python-factory-boy-doc/docs/changelog.rst
/usr/share/doc/python-factory-boy-doc/docs/conf.py
/usr/share/doc/python-factory-boy-doc/docs/credits.rst
/usr/share/doc/python-factory-boy-doc/docs/examples.rst
/usr/share/doc/python-factory-boy-doc/docs/fuzzy.rst
/usr/share/doc/python-factory-boy-doc/docs/ideas.rst
/usr/share/doc/python-factory-boy-doc/docs/index.rst
/usr/share/doc/python-factory-boy-doc/docs/internals.rst
/usr/share/doc/python-factory-boy-doc/docs/introduction.rst
/usr/share/doc/python-factory-boy-doc/docs/logo.png
/usr/share/doc/python-factory-boy-doc/docs/logo.svg
/usr/share/doc/python-factory-boy-doc/docs/make.bat
/usr/share/doc/python-factory-boy-doc/docs/orms.rst
/usr/share/doc/python-factory-boy-doc/docs/recipes.rst
/usr/share/doc/python-factory-boy-doc/docs/reference.rst
/usr/share/doc/python-factory-boy-doc/docs/spelling_wordlist.txt
/usr/share/doc/python-factory-boy-doc/examples
/usr/share/doc/python-factory-boy-doc/examples/Makefile
/usr/share/doc/python-factory-boy-doc/examples/django_demo
/usr/share/doc/python-factory-boy-doc/examples/django_demo/django_demo
/usr/share/doc/python-factory-boy-doc/examples/django_demo/django_demo/__init__.py
/usr/share/doc/python-factory-boy-doc/examples/django_demo/django_demo/settings.py
/usr/share/doc/python-factory-boy-doc/examples/django_demo/django_demo/urls.py
/usr/share/doc/python-factory-boy-doc/examples/django_demo/django_demo/wsgi.py
/usr/share/doc/python-factory-boy-doc/examples/django_demo/generic_foreignkey
/usr/share/doc/python-factory-boy-doc/examples/django_demo/generic_foreignkey/__init__.py
/usr/share/doc/python-factory-boy-doc/examples/django_demo/generic_foreignkey/apps.py
/usr/share/doc/python-factory-boy-doc/examples/django_demo/generic_foreignkey/factories.py
/usr/share/doc/python-factory-boy-doc/examples/django_demo/generic_foreignkey/migrations
/usr/share/doc/python-factory-boy-doc/examples/django_demo/generic_foreignkey/migrations/0001_initial.py
/usr/share/doc/python-factory-boy-doc/examples/django_demo/generic_foreignkey/migrations/__init__.py
/usr/share/doc/python-factory-boy-doc/examples/django_demo/generic_foreignkey/models.py
/usr/share/doc/python-factory-boy-doc/examples/django_demo/generic_foreignkey/tests.py
/usr/share/doc/python-factory-boy-doc/examples/django_demo/manage.py
/usr/share/doc/python-factory-boy-doc/examples/django_demo/requirements.txt
/usr/share/doc/python-factory-boy-doc/examples/django_demo/runtests.sh
/usr/share/doc/python-factory-boy-doc/examples/flask_alchemy
/usr/share/doc/python-factory-boy-doc/examples/flask_alchemy/demoapp.py
/usr/share/doc/python-factory-boy-doc/examples/flask_alchemy/demoapp_factories.py
/usr/share/doc/python-factory-boy-doc/examples/flask_alchemy/requirements.txt
/usr/share/doc/python-factory-boy-doc/examples/flask_alchemy/runtests.sh
/usr/share/doc/python-factory-boy-doc/examples/flask_alchemy/test_demoapp.py
/usr/share/doc/python-factory-boy-doc/examples/requirements.txt
/usr/share/licenses/python-factory-boy-doc
/usr/share/licenses/python-factory-boy-doc/LICENSE

References

Summary

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