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

Last updated: July 01,2024

1. Install "python39-expandvars" package

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

$ sudo zypper refresh $ sudo zypper install python39-expandvars

2. Uninstall "python39-expandvars" package

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

$ sudo zypper remove python39-expandvars

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

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