How to Install and Uninstall python312-expandvars Package on openSuSE Tumbleweed

Last updated: July 05,2024

1. Install "python312-expandvars" package

This guide let you learn how to install python312-expandvars on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-expandvars

2. Uninstall "python312-expandvars" package

Please follow the guidelines below to uninstall python312-expandvars on openSuSE Tumbleweed:

$ sudo zypper remove python312-expandvars

3. Information about the python312-expandvars package on openSuSE Tumbleweed

Information for package python312-expandvars:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-expandvars
Version : 0.12.0-2.4
Arch : noarch
Vendor : openSUSE
Installed Size : 39.5 KiB
Installed : No
Status : not installed
Source package : python-expandvars-0.12.0-2.4.src
Upstream URL : https://github.com/sayanarijit/expandvars
Summary : Expand system variables Unix style
Description :
Expand system variables Unix style
This module is inspired by [GNU bash's variable expansion
features](https://www.gnu.org/software/bash/manual/html_node/Shell-Parameter-Expansion.html).
It can be used as an alternative to Python's
[os.path.expandvars](https://docs.python.org/3/library/os.path.html#os.path.expandvars)
function.