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

Last updated: September 28,2024

1. Install "python310-plumbum" package

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

$ sudo zypper refresh $ sudo zypper install python310-plumbum

2. Uninstall "python310-plumbum" package

This tutorial shows how to uninstall python310-plumbum on openSuSE Tumbleweed:

$ sudo zypper remove python310-plumbum

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

Information for package python310-plumbum:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-plumbum
Version : 1.8.2-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 742.2 KiB
Installed : No
Status : not installed
Source package : python-plumbum-1.8.2-1.2.src
Upstream URL : https://github.com/tomerfiliba/plumbum
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.