How to Install and Uninstall jnr-process Package on openSuSE Tumbleweed

Last updated: July 07,2024

1. Install "jnr-process" package

This guide let you learn how to install jnr-process on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install jnr-process

2. Uninstall "jnr-process" package

This is a short guide on how to uninstall jnr-process on openSuSE Tumbleweed:

$ sudo zypper remove jnr-process

3. Information about the jnr-process package on openSuSE Tumbleweed

Information for package jnr-process:
------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : jnr-process
Version : 0.4.12-2.3
Arch : noarch
Vendor : openSUSE
Installed Size : 23.5 KiB
Installed : No
Status : not installed
Source package : jnr-process-0.4.12-2.3.src
Upstream URL : https://github.com/jnr/jnr-process
Summary : A ProcessBuilder look-alike based entirely on native POSIX APIs
Description :
The jnr-process library provides a drop-in replacement for the JDK
ProcessBuilder API, but instead of a thread-pumped shim it is a direct
abstraction around the posix_spawn C API and provides selectable in, out, and
err channels.