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

Last updated: May 28,2024

1. Install "python312-plumbum" package

Here is a brief guide to show you how to install python312-plumbum on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-plumbum

2. Uninstall "python312-plumbum" package

This guide covers the steps necessary to uninstall python312-plumbum on openSuSE Tumbleweed:

$ sudo zypper remove python312-plumbum

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

Information for package python312-plumbum:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-plumbum
Version : 1.8.2-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 898.3 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.