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

Last updated: September 21,2024

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

Please follow the instructions below to install python3-environs-examples.noarch on Fedora 34

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

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

Please follow the instructions below to uninstall python3-environs-examples.noarch on Fedora 34:

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

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

Last metadata expiration check: 5:48:25 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-environs-examples
Version : 9.3.2
Release : 3.fc34
Architecture : noarch
Size : 18 k
Source : python-environs-9.3.2-3.fc34.src.rpm
Repository : updates
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.