How to Install and Uninstall libsignal-mask-perl Package on Kali Linux

Last updated: May 20,2024

1. Install "libsignal-mask-perl" package

This guide covers the steps necessary to install libsignal-mask-perl on Kali Linux

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

2. Uninstall "libsignal-mask-perl" package

This tutorial shows how to uninstall libsignal-mask-perl on Kali Linux:

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

3. Information about the libsignal-mask-perl package on Kali Linux

Package: libsignal-mask-perl
Version: 0.008-3
Installed-Size: 25
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libipc-signal-perl
Recommends: libthread-sigmask-perl
Size: 7860
SHA256: 9880f5ee0cf68b51a38915efd682f35a6a2124debc536f003def21c2af17bf59
SHA1: 67e266bbe70dad9c919f366697984859387bcffe
MD5sum: 08df89dcf129a8b4f61f87cd7fdf60f0
Description: 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:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/Signal-Mask
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libs/libsignal-mask-perl/libsignal-mask-perl_0.008-3_all.deb