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

Last updated: May 22,2024

1. Install "libscope-upper-perl" package

Please follow the instructions below to install libscope-upper-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libscope-upper-perl

2. Uninstall "libscope-upper-perl" package

Here is a brief guide to show you how to uninstall libscope-upper-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libscope-upper-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libscope-upper-perl
Priority: optional
Section: universe/perl
Installed-Size: 105
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: amd64
Version: 0.28-1build1
Depends: perl (>= 5.22.1-1), perlapi-5.22.1, libc6 (>= 2.14)
Filename: pool/universe/libs/libscope-upper-perl/libscope-upper-perl_0.28-1build1_amd64.deb
Size: 37866
MD5sum: e2e396dca05acad11952d0cb3c6bbcaf
SHA1: 74b71a2bcfd9b6d16bbe16d05c2b44bcc05e4b71
SHA256: 848abba24839e4c0caa425492d0433765f095b0d54211c00edf05163cd11e70c
Description-en: module to manipulate upper scopes
Scope::Upper is a Perl module that provides a way for Perl programs to defer
actions at run-time until the control flow returns to the upper scope. It
currently enables developers to:
.
* Hook an upper scope end with "reap"
* Localize variables, array/hash values or deletions of elements in
higher contexts with respectively "localize", "localize_elem" and
"localize_delete"
* Return values immediately to an upper level with "unwind", and know
which context was in use then with "want_at"
Description-md5: 2b767e1eee6d1d3da9a093d05432e0d0
Homepage: https://metacpan.org/release/Scope-Upper
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu