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

Last updated: May 17,2024

1. Install "libcontext-preserve-perl" package

Please follow the guidelines below to install libcontext-preserve-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libcontext-preserve-perl

2. Uninstall "libcontext-preserve-perl" package

This guide covers the steps necessary to uninstall libcontext-preserve-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libcontext-preserve-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libcontext-preserve-perl
Priority: optional
Section: universe/perl
Installed-Size: 64
Maintainer: Ubuntu MOTU Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.01-1
Depends: perl (>= 5.6.0-16)
Filename: pool/universe/libc/libcontext-preserve-perl/libcontext-preserve-perl_0.01-1_all.deb
Size: 7246
MD5sum: 7fe9920e95a9bcad4d758ca48e714926
SHA1: 595b11a7a5b442cda37f9082bf5c6dba155ebd61
SHA256: 66db573558f0e7ca6db603c3717703d9b59f33d92ae87079d7797a5e2af3c839
Description-en: Perl module to preserve calling context
Context::Preserve allows developers to preserve the calling context of their
subroutines, which is useful for functions that call other functions and
return their results, with some possible modifications. This means that, if
your module is called in scalar, list or void context, the given subroutine
is called in the same context and the appropriate 'thing' is returned.
.
This means that it is easy to write functions that call other functions,
modify their result and return it, in a seamless manner.
Description-md5: 026e173ec733ce05bf7211cb7157f30e
Homepage: http://search.cpan.org/dist/Context-Preserve/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu