How to Install and Uninstall python310-delegator.py Package on openSuSE Tumbleweed

Last updated: June 02,2024

1. Install "python310-delegator.py" package

Please follow the step by step instructions below to install python310-delegator.py on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-delegator.py

2. Uninstall "python310-delegator.py" package

In this section, we are going to explain the necessary steps to uninstall python310-delegator.py on openSuSE Tumbleweed:

$ sudo zypper remove python310-delegator.py

3. Information about the python310-delegator.py package on openSuSE Tumbleweed

Information for package python310-delegator.py:
-----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-delegator.py
Version : 0.1.1-4.1
Arch : noarch
Vendor : openSUSE
Installed Size : 26.6 KiB
Installed : No
Status : not installed
Source package : python-delegator.py-0.1.1-4.1.src
Upstream URL : https://github.com/kennethreitz/delegator.py
Summary : Python library for dealing with subprocesses
Description :
Delegator.py is a library for dealing with subprocesses, inspired
by both "envoy" and "pexpect" (in fact, it depends on it).