How to Install and Uninstall python3-expandvars.noarch Package on Oracle Linux 9

Last updated: July 05,2024

1. Install "python3-expandvars.noarch" package

Here is a brief guide to show you how to install python3-expandvars.noarch on Oracle Linux 9

$ sudo dnf update $ sudo dnf install python3-expandvars.noarch

2. Uninstall "python3-expandvars.noarch" package

Please follow the steps below to uninstall python3-expandvars.noarch on Oracle Linux 9:

$ sudo dnf remove python3-expandvars.noarch $ sudo dnf autoremove

3. Information about the python3-expandvars.noarch package on Oracle Linux 9

Last metadata expiration check: 0:23:35 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python3-expandvars
Version : 0.12.0
Release : 1.el9
Architecture : noarch
Size : 18 k
Source : python-expandvars-0.12.0-1.el9.src.rpm
Repository : epel
Summary : Expand system variables Unix style
URL : https://github.com/sayanarijit/expandvars
License : MIT
Description : This module is inspired by GNU bash’s variable expansion features. It can be
: used as an alternative to Python’s os.path.expandvars function.
:
: A good use case is reading config files with the flexibility of reading values
: from environment variables using advanced features like returning a default
: value if some variable is not defined.