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

Last updated: May 18,2024

1. Install "libreturn-multilevel-perl" package

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

$ sudo apt update $ sudo apt install libreturn-multilevel-perl

2. Uninstall "libreturn-multilevel-perl" package

In this section, we are going to explain the necessary steps to uninstall libreturn-multilevel-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libreturn-multilevel-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libreturn-multilevel-perl
Priority: optional
Section: universe/perl
Installed-Size: 50
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.04-1
Depends: perl, libdata-munge-perl (>= 0.07)
Filename: pool/universe/libr/libreturn-multilevel-perl/libreturn-multilevel-perl_0.04-1_all.deb
Size: 7622
MD5sum: 1a25951635daef22ba10afb06b9cd01d
SHA1: ab2821c8096e4b6a6b918b29815f8622a18653ce
SHA256: bd16064fc36a5837f5c101d5b1a6cfbd60408763de0ffdac7e1cccc190f6aec0
Description-en: Perl module to enable returning from a nested call stack
Return::MultiLevel provides a way to return immediately from a deeply
nested call stack. This is similar to exceptions, but exceptions don't
stop automatically at a target frame (and they can be caught by
intermediate stack frames). In other words, this is more like
setjmp(3)/longjmp(3) than die.
Description-md5: 8f25b72b95c3aeb6759d34c3b85b9684
Homepage: https://metacpan.org/release/Return-MultiLevel
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu