How to Install and Uninstall libmessage-passing-zeromq-perl Package on Kali Linux

Last updated: May 18,2024

1. Install "libmessage-passing-zeromq-perl" package

Please follow the step by step instructions below to install libmessage-passing-zeromq-perl on Kali Linux

$ sudo apt update $ sudo apt install libmessage-passing-zeromq-perl

2. Uninstall "libmessage-passing-zeromq-perl" package

This guide covers the steps necessary to uninstall libmessage-passing-zeromq-perl on Kali Linux:

$ sudo apt remove libmessage-passing-zeromq-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libmessage-passing-zeromq-perl package on Kali Linux

Package: libmessage-passing-zeromq-perl
Version: 0.010-3
Installed-Size: 90
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libanyevent-perl, libfile-pushd-perl, libmessage-passing-perl, libmoo-perl, libmoox-types-mooselike-perl, libnamespace-clean-perl, libposix-atfork-perl, libsub-name-perl, libtask-weaken-perl, libtry-tiny-perl, libzmq-ffi-perl
Size: 33352
SHA256: e8f3a6a43b998d93fb7434fdee61e5b4dea205e92f54005a7301606bf687e8f0
SHA1: 7fc3fd7cba90a05b8589b8f88a487ffb9e10f682
MD5sum: 337bce0b6df733ae5d009ba24e274a8c
Description: input and output messages to ZeroMQ
Message::Passing::ZeroMQ is a ZeroMQ transport for Message::Passing.
.
Designed for use as a log transport and aggregation mechanism for perl
applications, allowing you to aggregate structured and non-structured
log messages across the network in a non-blocking manner.
.
Clients (i.e. users of the Message::Passing::Output::ZeroMQ class)
connect to a server (i.e. a user of the Message::Passing::Input::ZeroMQ
class) via ZeroMQ's pub/sub sockets. These are setup to be lossy and
non-blocking, meaning that if the log-receiver process is down or slow,
then the application will queue a small (and configurable) amount of
logs on its side, and after that log messages will be dropped.
.
Whilst throwing away log messages isn't a good thing to do, or
something that you want to happen regularly, in many (especially web
application) contexts, network logging being a single point of failure
is not acceptable from a reliability and graceful degradation
standpoint.
.
The application grinding to a halt as a non-essential centralised
resource is unavailable (e.g. the log aggregation server) is
significantly less acceptable than the loss of non-essential logging
data.
Description-md5:
Homepage: https://metacpan.org/release/Message-Passing-ZeroMQ
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libm/libmessage-passing-zeromq-perl/libmessage-passing-zeromq-perl_0.010-3_all.deb