How to Install and Uninstall python311-EasyProcess Package on openSuSE Tumbleweed

Last updated: July 03,2024

1. Install "python311-EasyProcess" package

This guide let you learn how to install python311-EasyProcess on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-EasyProcess

2. Uninstall "python311-EasyProcess" package

In this section, we are going to explain the necessary steps to uninstall python311-EasyProcess on openSuSE Tumbleweed:

$ sudo zypper remove python311-EasyProcess

3. Information about the python311-EasyProcess package on openSuSE Tumbleweed

Information for package python311-EasyProcess:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-EasyProcess
Version : 1.1-3.7
Arch : noarch
Vendor : openSUSE
Installed Size : 43.3 KiB
Installed : No
Status : not installed
Source package : python-EasyProcess-1.1-3.7.src
Upstream URL : https://github.com/ponty/easyprocess
Summary : Python subprocess interface
Description :
EasyProcess is a Python subprocess interface.
Features include:
- layer on top of subprocess module
- starting and stopping of programs
- retrieval of standard output/error, return code of programs
- command can be list or string
- logging
- timeout
- unit-tests
- cross-platform, development on linux
- global config file with program aliases
- unicode support
- supported python versions: 2.5, 2.6, 2.7, 3.1, 3.2, PyPy
Limitations:
- shell is not supported
- pipes are not supported
- stdout/stderr is set only after the subprocess has finished
- stop() does not kill whole subprocess tree