How to Install and Uninstall python310-sh Package on openSuSE Tumbleweed
Last updated: November 08,2024
1. Install "python310-sh" package
Please follow the guidance below to install python310-sh on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python310-sh
Copied
2. Uninstall "python310-sh" package
Please follow the instructions below to uninstall python310-sh on openSuSE Tumbleweed:
$
sudo zypper remove
python310-sh
Copied
3. Information about the python310-sh package on openSuSE Tumbleweed
Information for package python310-sh:
-------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-sh
Version : 2.0.6-2.2
Arch : noarch
Vendor : openSUSE
Installed Size : 225.4 KiB
Installed : No
Status : not installed
Source package : python-sh-2.0.6-2.2.src
Upstream URL : https://github.com/amoffat/sh
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 : python310-sh
Version : 2.0.6-2.2
Arch : noarch
Vendor : openSUSE
Installed Size : 225.4 KiB
Installed : No
Status : not installed
Source package : python-sh-2.0.6-2.2.src
Upstream URL : https://github.com/amoffat/sh
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.