How To Install python-pynamodb-doc on Fedora 36

In this tutorial we learn how to install python-pynamodb-doc in Fedora 36. python-pynamodb-doc is Documentation and examples for PynamoDB

Introduction

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

What is python-pynamodb-doc

A pythonic interface to Amazon’s DynamoDB. DynamoDB is a great NoSQL service provided by Amazon, but the API is verbose. PynamoDB presents you with a simple, elegant API.

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

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

sudo dnf -y install python-pynamodb-doc

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

sudo yum -y install python-pynamodb-doc

How To Uninstall python-pynamodb-doc on Fedora 36

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

sudo dnf remove python-pynamodb-doc

python-pynamodb-doc Package Contents on Fedora 36

/usr/share/doc/python-pynamodb-doc
/usr/share/doc/python-pynamodb-doc/PynamoDB.pdf
/usr/share/doc/python-pynamodb-doc/README.rst
/usr/share/doc/python-pynamodb-doc/examples
/usr/share/doc/python-pynamodb-doc/examples/attributes.py
/usr/share/doc/python-pynamodb-doc/examples/connection.py
/usr/share/doc/python-pynamodb-doc/examples/indexes.py
/usr/share/doc/python-pynamodb-doc/examples/model.py
/usr/share/doc/python-pynamodb-doc/examples/office_model.py
/usr/share/doc/python-pynamodb-doc/examples/optimistic_locking.py
/usr/share/doc/python-pynamodb-doc/examples/table_connection.py
/usr/share/doc/python-pynamodb-doc/examples/url_shortener
/usr/share/doc/python-pynamodb-doc/examples/url_shortener/README.rst
/usr/share/doc/python-pynamodb-doc/examples/url_shortener/shortener.py
/usr/share/doc/python-pynamodb-doc/examples/url_shortener/templates
/usr/share/doc/python-pynamodb-doc/examples/url_shortener/templates/index.html
/usr/share/licenses/python-pynamodb-doc
/usr/share/licenses/python-pynamodb-doc/LICENSE

References

Summary

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