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

Last updated: April 25,2024

1. Install "python3-EasyProcess" package

This guide covers the steps necessary to install python3-EasyProcess on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-EasyProcess

2. Uninstall "python3-EasyProcess" package

Please follow the guidance below to uninstall python3-EasyProcess on openSUSE Leap:

$ sudo zypper remove python3-EasyProcess

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

Information for package python3-EasyProcess:
--------------------------------------------
Repository : Main Repository
Name : python3-EasyProcess
Version : 0.2.7-1.49
Arch : noarch
Vendor : SUSE LLC
Installed Size : 62.2 KiB
Installed : No
Status : not installed
Source package : python-EasyProcess-0.2.7-1.49.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