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

Last updated: May 19,2024

1. Install "libsignal-mask-perl" package

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

$ sudo apt update $ sudo apt install libsignal-mask-perl

2. Uninstall "libsignal-mask-perl" package

Please follow the steps below to uninstall libsignal-mask-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libsignal-mask-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libsignal-mask-perl
Priority: optional
Section: universe/perl
Installed-Size: 52
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.008-1
Depends: perl, libipc-signal-perl
Recommends: libthread-sigmask-perl
Filename: pool/universe/libs/libsignal-mask-perl/libsignal-mask-perl_0.008-1_all.deb
Size: 8066
MD5sum: 7184088ab13f9bcf25558b9fd9f67f34
SHA1: 739dcaf7d2a181df6651408c32157b3734849d32
SHA256: 93596e87758e0ce0637fa015c22e660294e27d12cc1a7c7d643fd6e65952cd40
Description-en: module for easy handling of signal masks
Signal::Mask is an abstraction around your process or thread signal mask. It
is used to fetch and/or change the signal mask of the calling process or
thread. The signal mask is the set of signals whose delivery is currently
blocked for the caller. It is available as the global hash %Signal::Mask.
.
Signal::Pending is an abstraction around your process'/thread's pending
signals. It can be used in combination with signal masks to handle signals in
a controlled manner. The set of pending signals is available as the global
hash %Signal::Pending.
Description-md5: ea64f5ab44cb0b56a1ccb9d1c6383787
Homepage: https://metacpan.org/release/Signal-Mask
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu