How to Install and Uninstall python3-expandvars.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 08,2024

1. Install "python3-expandvars.noarch" package

This is a short guide on how to install python3-expandvars.noarch on Red Hat Enterprise Linux 9 (RHEL 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 Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the python3-expandvars.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:18:16 ago on Mon Feb 26 07:04:30 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.