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

Last updated: May 15,2024

1. Install "libevent-rpc-perl" package

Please follow the step by step instructions below to install libevent-rpc-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libevent-rpc-perl" package

This guide let you learn how to uninstall libevent-rpc-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libevent-rpc-perl
Priority: optional
Section: universe/perl
Installed-Size: 218
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.08-2
Depends: perl, libevent-perl, libglib-perl, libio-socket-ssl-perl
Recommends: libanyevent-perl, libjson-xs-perl, libsereal-perl
Filename: pool/universe/libe/libevent-rpc-perl/libevent-rpc-perl_1.08-2_all.deb
Size: 80040
MD5sum: c8687d5a9e0ef876d82cd7de6eab0c69
SHA1: 2ee343a184432eb965094d383f0725946384e689
SHA256: 32e380cc1dd017534f74fa266798e4c41d61b5a513d4f8656b645428fd0db35c
Description-en: 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: e00da4e93e9925a16e061f18494cbe08
Homepage: https://metacpan.org/release/Event-RPC
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu