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

Last updated: May 14,2024

1. Install "libautodie-perl" package

Please follow the steps below to install libautodie-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libautodie-perl

2. Uninstall "libautodie-perl" package

Learn how to uninstall libautodie-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libautodie-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libautodie-perl
Priority: optional
Section: universe/perl
Installed-Size: 175
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 2.29-2
Depends: perl, libsub-identify-perl
Recommends: libipc-system-simple-perl
Filename: pool/universe/liba/libautodie-perl/libautodie-perl_2.29-2_all.deb
Size: 66250
MD5sum: 20450a0f37b71342dd2045c036097f65
SHA1: e5447b8d0e435a7da9696a24f86d7024d4d0c018
SHA256: ed8c2c794341e44d7be78f2be3fd9ae69f265c6c613ecf542c636900c9f73915
Description-en: Perl pragma to make certain failures fatal
autodie is a Perl pragma that changes the behaviour of many built-in functions
so that exceptions are thrown on failure rather than simply returning a false
value. It understands lexical scope, meaning functions and subroutines altered
with this module will only have this behaviour until the end of the enclosing
eval, file or block, so it is useful when some code is out of your control.
.
By throwing exceptions on failure rather than simply returning false, programs
are more robust and problems are easier to troubleshoot.
.
This module can also use IPC::System::Simple (see libipc-system-simple-perl)
to do all the heavy lifting.
Description-md5: c8658a0874c1cd681f7cbe4fe17f699c
Homepage: https://metacpan.org/release/autodie
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu

5. The same packages on other Linux Distributions