How to Install and Uninstall python3-plumbum Package on openSUSE Leap

Last updated: May 17,2024

1. Install "python3-plumbum" package

This is a short guide on how to install python3-plumbum on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-plumbum

2. Uninstall "python3-plumbum" package

This tutorial shows how to uninstall python3-plumbum on openSUSE Leap:

$ sudo zypper remove python3-plumbum

3. Information about the python3-plumbum package on openSUSE Leap

Information for package python3-plumbum:
----------------------------------------
Repository : Main Repository
Name : python3-plumbum
Version : 1.6.9-bp155.2.11
Arch : noarch
Vendor : openSUSE
Installed Size : 1015.3 KiB
Installed : No
Status : not installed
Source package : python-plumbum-1.6.9-bp155.2.11.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.