How to Install and Uninstall gnu_parallel Package on openSuSE Tumbleweed

Last updated: July 06,2024

1. Install "gnu_parallel" package

Please follow the guidelines below to install gnu_parallel on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install gnu_parallel

2. Uninstall "gnu_parallel" package

Learn how to uninstall gnu_parallel on openSuSE Tumbleweed:

$ sudo zypper remove gnu_parallel

3. Information about the gnu_parallel package on openSuSE Tumbleweed

Information for package gnu_parallel:
-------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : gnu_parallel
Version : 20240122-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 969.2 KiB
Installed : No
Status : not installed
Source package : gnu_parallel-20240122-1.2.src
Upstream URL : https://www.gnu.org/software/parallel/
Summary : Shell tool for executing jobs in parallel
Description :
GNU Parallel is a shell tool for executing jobs in parallel using one
or more computers. A job can be a single command or a small script
that has to be run for each of the lines in the input. The typical
input is a list of files, a list of hosts, a list of users, a list of
URLs, or a list of tables. A job can also be a command that reads from
a pipe. GNU Parallel can then split the input and pipe it into
commands in parallel.