How to Install and Uninstall python3-environs-examples.noarch Package on Fedora 36

Last updated: June 02,2024

1. Install "python3-environs-examples.noarch" package

Please follow the guidance below to install python3-environs-examples.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install python3-environs-examples.noarch

2. Uninstall "python3-environs-examples.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-environs-examples.noarch on Fedora 36:

$ sudo dnf remove python3-environs-examples.noarch $ sudo dnf autoremove

3. Information about the python3-environs-examples.noarch package on Fedora 36

Last metadata expiration check: 3:17:12 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-environs-examples
Version : 9.5.0
Release : 1.fc36
Architecture : noarch
Size : 19 k
Source : python-environs-9.5.0-1.fc36.src.rpm
Repository : fedora
Summary : Example files for Environs
URL : https://github.com/sloria/environs
License : MIT
Description :
: 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://12factor.net/config) methodology.