How to Install and Uninstall libproc-reliable-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 09,2024

1. Install "libproc-reliable-perl" package

This guide let you learn how to install libproc-reliable-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libproc-reliable-perl" package

Please follow the steps below to uninstall libproc-reliable-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libproc-reliable-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libproc-reliable-perl
Priority: optional
Section: universe/perl
Installed-Size: 104
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.16-1
Depends: perl
Filename: pool/universe/libp/libproc-reliable-perl/libproc-reliable-perl_1.16-1_all.deb
Size: 19432
MD5sum: f5c55d2298e1196c649d7935a16c8f06
SHA1: aee362075447f1194fbc9bbf606a2f704c970652
SHA256: dfc7925147a4e6f9b927da5450daaf2392c0e7c7eb4d1bf0e0e8bff7191662cb
Description-en: Perl module to run external processes reliably
Proc::Reliable is a class for simple, reliable and configurable subprocess
execution in Perl. In particular, it is especially useful for managing the
execution of 'problem' programs which are likely to fail, hang, or otherwise
behave in an unruly manner.
.
This module includes all of the functionality of the backticks operator and
system() functions, plus many common uses of fork() and exec(), open2() and
open3(). It incorporates a number of options, including sending data to the
subprocess on STDIN, collecting STDOUT and STDERR separately or together,
killing hung processes, timeouts and automatic retries.
Description-md5: b8f017f9e636ed3a455f1237fb949e95
Homepage: http://search.cpan.org/dist/Proc-Reliable/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu