How to Install and Uninstall gnu_parallel Package on openSUSE Leap

Last updated: May 18,2024

1. Install "gnu_parallel" package

This tutorial shows how to install gnu_parallel on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install gnu_parallel

2. Uninstall "gnu_parallel" package

Learn how to uninstall gnu_parallel on openSUSE Leap:

$ sudo zypper remove gnu_parallel

3. Information about the gnu_parallel package on openSUSE Leap

Information for package gnu_parallel:
-------------------------------------
Repository : Main Repository
Name : gnu_parallel
Version : 20230122-bp155.1.5
Arch : noarch
Vendor : openSUSE
Installed Size : 907.3 KiB
Installed : No
Status : not installed
Source package : gnu_parallel-20230122-bp155.1.5.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.