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

Last updated: April 28,2024

1. Install "libio-all-perl" package

Please follow the step by step instructions below to install libio-all-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libio-all-perl" package

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

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

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

Package: libio-all-perl
Priority: optional
Section: universe/perl
Installed-Size: 195
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.86-2
Depends: libspiffy-perl, perl
Suggests: libdb-file-lock-perl, libfile-mimeinfo-perl, libfile-readbackwards-perl, libfreezethaw-perl, libmldbm-perl
Filename: pool/universe/libi/libio-all-perl/libio-all-perl_0.86-2_all.deb
Size: 67102
MD5sum: f1fbffcb5ad532816c8aea5619bdd4c8
SHA1: d3ad30e3b242c6c4d4bec1601b62706a55ad484b
SHA256: e0f5344cc69d39a55b35e2ce09dbe3becc8a580de3b5e10876834037ae151180
Description-en: Perl module for unified IO operations
IO::All combines all of the best Perl IO modules into a single Spiffy object
oriented interface to greatly simplify your everyday Perl IO idioms. It
exports a single function called io, which returns a new IO::All object. And
that object can do it all!
.
The IO::All object is a proxy for IO::File, IO::Dir, IO::Socket, IO::String,
Tie::File, File::Spec, File::Path and File::ReadBackwards; as well as all the
DBM and MLDBM modules. You can use most of the methods found in these classes
and in IO::Handle (which they inherit from). IO::All adds dozens of other
helpful idiomatic methods including file stat and manipulation functions.
Description-md5: 88795129a21b3b1bf7f9b35fb274f3a5
Homepage: https://metacpan.org/release/IO-All
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu