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

Last updated: July 05,2024

1. Install "python310-expandvars" package

Please follow the guidelines below to install python310-expandvars on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-expandvars

2. Uninstall "python310-expandvars" package

In this section, we are going to explain the necessary steps to uninstall python310-expandvars on openSuSE Tumbleweed:

$ sudo zypper remove python310-expandvars

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

Information for package python310-expandvars:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-expandvars
Version : 0.12.0-2.4
Arch : noarch
Vendor : openSUSE
Installed Size : 34.7 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.