How to Install and Uninstall libevent-rpc-perl Package on Kali Linux

Last updated: May 17,2024

1. Install "libevent-rpc-perl" package

This guide covers the steps necessary to install libevent-rpc-perl on Kali Linux

$ sudo apt update $ sudo apt install libevent-rpc-perl

2. Uninstall "libevent-rpc-perl" package

This is a short guide on how to uninstall libevent-rpc-perl on Kali Linux:

$ sudo apt remove libevent-rpc-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libevent-rpc-perl package on Kali Linux

Package: libevent-rpc-perl
Version: 1.10-2
Installed-Size: 205
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libcbor-xs-perl, libevent-perl, libglib-perl, libio-socket-ssl-perl
Recommends: libanyevent-perl, libjson-xs-perl, libsereal-perl
Size: 73532
SHA256: 076c9125424e16c4353b098a1b2b486c0f491c9f62d36786a2953683a9ab6175
SHA1: 6afd1da229ec10cb8d6cee94e5d768364bbc8dfb
MD5sum: 7ccdf0d37370c46d070727dc36c400fa
Description: Event based transparent Client/Server RPC framework
Event::RPC supports you in developing Event based networking client/server
applications with transparent object/method access from the client to the
server. Network communication is optionally encrypted using IO::Socket::SSL.
Several event loop managers are supported due to an extensible API. Currently
Event, Glib and AnyEvent are implemented.
.
Event::RPC consists of a server and a client library. The server exports a
list of classes and methods, which are allowed to be called over the network.
More specific it acts as a proxy for objects created on the server side (on
demand of the connected clients) which handles client side methods calls with
transport of method arguments and return values.
Description-md5:
Homepage: https://metacpan.org/release/Event-RPC
Tag: devel::lang:perl, devel::library, devel::rpc, implemented-in::perl,
role::devel-lib
Section: perl
Priority: optional
Filename: pool/main/libe/libevent-rpc-perl/libevent-rpc-perl_1.10-2_all.deb