How to Install libprpc-perl in Ubuntu 18.04



Install libprpc-perl by entering the following commands in the terminal:

sudo apt update
sudo apt install libprpc-perl

Description:

Perl extensions for writing pRPC servers and clients

Perl RPC simplifies the writing of Perl based client/server applications. RPC::pServer is the package used on the server side, and you guess what RPC::pClient is for. pRPC works by defining a set of functions that may be executed by the client.

Homepage: http://search.cpan.org/dist/pRPC-modules/

Version: 0.1005-21

Section: universe/perl