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

Last updated: April 29,2024

1. Install "libio-capture-perl" package

This guide covers the steps necessary to install libio-capture-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libio-capture-perl

2. Uninstall "libio-capture-perl" package

Please follow the guidelines below to uninstall libio-capture-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libio-capture-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libio-capture-perl
Priority: optional
Section: universe/perl
Installed-Size: 99
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.05-3
Depends: perl
Filename: pool/universe/libi/libio-capture-perl/libio-capture-perl_0.05-3_all.deb
Size: 32184
MD5sum: f01f1b0d1730d948b42464b6175a38a8
SHA1: f82a54ef85e3e1b824cb660d70bf0b29b320f79c
SHA256: fa273760c27672485d84eba91fa0db9bc62f0820019a399c0de0580e1e728402
Description-en: Abstract Base Class to build modules to capture output
The IO::Capture Module defines an abstract base class that can be
used to build modules that capture output being sent on a filehandle
such as STDOUT or STDERR.
.
Several modules that come with the distribution do just that.
I.e., Capture STDOUT and STDERR. Also see James Keenan's
IO::Capture::Stdout::Extended on CPAN.
.
See IO::Capture::Overview for a
discussion of these modules and examples of how to build a module to
sub-class from IO::Capture yourself. If after reading the overview,
you would like to build a class from IO::Capture, look here for
details on the internals.
Description-md5: 517add331b6ded5b3d306bbc4ab1a955
Homepage: https://metacpan.org/release/IO-Capture
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu