How To Install python3-environs-examples on Fedora 36

In this tutorial we learn how to install python3-environs-examples in Fedora 36. python3-environs-examples is Example files for Environs

Introduction

In this tutorial we learn how to install python3-environs-examples on Fedora 36.

What is python3-environs-examples

Environs is a Python library for parsing environment variables. It allows you to store configuration separate from your code, as per The Twelve-Factor App (https

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

Install python3-environs-examples 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 python3-environs-examples using dnf by running the following command:

sudo dnf -y install python3-environs-examples

Install python3-environs-examples 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 python3-environs-examples using yum by running the following command:

sudo yum -y install python3-environs-examples

How To Uninstall python3-environs-examples on Fedora 36

To uninstall only the python3-environs-examples package we can use the following command:

sudo dnf remove python3-environs-examples

python3-environs-examples Package Contents on Fedora 36

/usr/share/doc/python3-environs-examples
/usr/share/doc/python3-environs-examples/CHANGELOG.md
/usr/share/doc/python3-environs-examples/CONTRIBUTING.md
/usr/share/doc/python3-environs-examples/README.md
/usr/share/doc/python3-environs-examples/examples
/usr/share/doc/python3-environs-examples/examples/deferred_validation_example.py
/usr/share/doc/python3-environs-examples/examples/django_example.py
/usr/share/doc/python3-environs-examples/examples/marshmallow_example.py
/usr/share/doc/python3-environs-examples/examples/plugin_example.py
/usr/share/doc/python3-environs-examples/examples/prefix_example.py
/usr/share/doc/python3-environs-examples/examples/simple_example.py
/usr/share/doc/python3-environs-examples/examples/validation_example.py
/usr/share/licenses/python3-environs-examples
/usr/share/licenses/python3-environs-examples/LICENSE

References

Summary

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