How to Install and Uninstall python38-sh Package on openSuSE Tumbleweed
Last updated: November 26,2024
Deprecated! Installation of this package may no longer be supported.
1. Install "python38-sh" package
Please follow the step by step instructions below to install python38-sh on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python38-sh
Copied
2. Uninstall "python38-sh" package
Please follow the step by step instructions below to uninstall python38-sh on openSuSE Tumbleweed:
$
sudo zypper remove
python38-sh
Copied
3. Information about the python38-sh package on openSuSE Tumbleweed
Information for package python38-sh:
------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-sh
Version : 1.14.2-1.6
Arch : noarch
Vendor : openSUSE
Installed Size : 318,9 KiB
Installed : No
Status : not installed
Source package : python-sh-1.14.2-1.6.src
Summary : Python subprocess interface
Description :
sh is a full-fledged subprocess replacement for Python 2.6 - 3.6, PyPy
and PyPy3 that allows you to call any program as if it were a
function:
from sh import ifconfig
print ifconfig("eth0")
sh is not a collection of system commands implemented in Python.
------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-sh
Version : 1.14.2-1.6
Arch : noarch
Vendor : openSUSE
Installed Size : 318,9 KiB
Installed : No
Status : not installed
Source package : python-sh-1.14.2-1.6.src
Summary : Python subprocess interface
Description :
sh is a full-fledged subprocess replacement for Python 2.6 - 3.6, PyPy
and PyPy3 that allows you to call any program as if it were a
function:
from sh import ifconfig
print ifconfig("eth0")
sh is not a collection of system commands implemented in Python.