How to Install and Uninstall libproc-fastspawn-perl Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 12,2024

1. Install "libproc-fastspawn-perl" package

This tutorial shows how to install libproc-fastspawn-perl on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install libproc-fastspawn-perl

2. Uninstall "libproc-fastspawn-perl" package

This is a short guide on how to uninstall libproc-fastspawn-perl on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove libproc-fastspawn-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libproc-fastspawn-perl package on Ubuntu 21.10 (Impish Indri)

Package: libproc-fastspawn-perl
Architecture: amd64
Version: 1.2-1build3
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 42
Depends: perl (>= 5.32.0-4), perlapi-5.32.0, libc6 (>= 2.28)
Filename: pool/universe/libp/libproc-fastspawn-perl/libproc-fastspawn-perl_1.2-1build3_amd64.deb
Size: 11296
MD5sum: 9fd663c90a1c62fd5b56ae74514e84ff
SHA1: 9837d7852186574a8add5030b8fe12987baa4ef3
SHA256: e69a07ad917bf6e12c07b2570b9273046e74e3e0cc5981bc15ed2e5d8f76b68f
SHA512: 71f9e25121de9b72c6f8ca1dff4347aa2ca8d332484b75a46a471e4e39d13fdadf3e311a51b011af197b969c98b8d8a5a74715031a485a51244e83283214285e
Homepage: https://metacpan.org/release/Proc-FastSpawn
Description-en: module to fork+exec, or spawn, a subprocess as quickly as possible
The purpose of this small (in scope and footprint) module is simple: spawn a
subprocess asynchronously as efficiently and/or fast as possible. Basically
the same as calling fork+exec (on POSIX), but hopefully faster than those two
syscalls.
.
Apart from fork overhead, this module also allows you to fork+exec programs
when otherwise you couldn't - for example, when you use POSIX threads in your
perl process then it generally isn't safe to call fork from perl, but it is
safe to use this module to execute external processes.
Description-md5: 22b666928f0b71e6e8d2fb7bbd6c3f44