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

Last updated: October 13,2024

1. Install "python3-expandvars.noarch" package

This guide covers the steps necessary to install python3-expandvars.noarch on AlmaLinux 9

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

2. Uninstall "python3-expandvars.noarch" package

Please follow the instructions below to uninstall python3-expandvars.noarch on AlmaLinux 9:

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

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

Last metadata expiration check: 1:50:29 ago on Wed Mar 13 07:41:12 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.