How to Install and Uninstall python36-plumbum Package on openSuSE Tumbleweed

Last updated: May 29,2024

1. Install "python36-plumbum" package

In this section, we are going to explain the necessary steps to install python36-plumbum on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-plumbum

2. Uninstall "python36-plumbum" package

Please follow the guidelines below to uninstall python36-plumbum on openSuSE Tumbleweed:

$ sudo zypper remove python36-plumbum

3. Information about the python36-plumbum package on openSuSE Tumbleweed

Information for package python36-plumbum:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-plumbum
Version : 1.6.9-1.11
Arch : noarch
Vendor : openSUSE
Installed Size : 1013,7 KiB
Installed : No
Status : not installed
Source package : python-plumbum-1.6.9-1.11.src
Summary : Shell combinators library
Description :
Plumbum is a library for shell script-like programs in Python.
Apart from shell-like syntax and handy shortcuts, the library
provides local and remote command execution (over SSH), local and
remote file-system paths, working-directory and environment
manipulation, and a programmatic Command-Line Interface (CLI)
application toolkit.