How to Install and Uninstall python3-environs.noarch Package on Fedora 36
Last updated: March 01,2025
1. Install "python3-environs.noarch" package
Here is a brief guide to show you how to install python3-environs.noarch on Fedora 36
$
sudo dnf update
Copied
$
sudo dnf install
python3-environs.noarch
Copied
2. Uninstall "python3-environs.noarch" package
This tutorial shows how to uninstall python3-environs.noarch on Fedora 36:
$
sudo dnf remove
python3-environs.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-environs.noarch package on Fedora 36
Last metadata expiration check: 5:47:16 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-environs
Version : 9.5.0
Release : 1.fc36
Architecture : noarch
Size : 31 k
Source : python-environs-9.5.0-1.fc36.src.rpm
Repository : fedora
Summary : Python library for parsing environment variables
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.
Available Packages
Name : python3-environs
Version : 9.5.0
Release : 1.fc36
Architecture : noarch
Size : 31 k
Source : python-environs-9.5.0-1.fc36.src.rpm
Repository : fedora
Summary : Python library for parsing environment variables
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.