How to Install and Uninstall spawn.x86_64 Package on Fedora 36

Last updated: November 27,2024

1. Install "spawn.x86_64" package

This guide covers the steps necessary to install spawn.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install spawn.x86_64

2. Uninstall "spawn.x86_64" package

In this section, we are going to explain the necessary steps to uninstall spawn.x86_64 on Fedora 36:

$ sudo dnf remove spawn.x86_64 $ sudo dnf autoremove

3. Information about the spawn.x86_64 package on Fedora 36

Last metadata expiration check: 4:51:24 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : spawn
Version : 0.1
Release : 25.fc36
Architecture : x86_64
Size : 26 k
Source : spawn-0.1-25.fc36.src.rpm
Repository : fedora
Summary : Simple tool to run several Linux command-lines in parallel
URL : http://code.google.com/p/spawntool/
License : GPLv3+
Description : spawn is a simple parallel execution utility written to appeal to the Unix
: mindset. spawn reads shell command lines from stdin, one per line, and then
: executes them as maximum of N child processes in parallel, and waits for
: all of the children to exit.
: If a child process fails with a non-zero exit code, no new children are
: spawned. Then spawn waits for all existing children to exit and returns
: the failed exit code.