How to Install libnet-ssleay-perl in Ubuntu 18.04



Install libnet-ssleay-perl by entering the following commands in the terminal:

sudo apt update
sudo apt install libnet-ssleay-perl

Description:

Perl module for Secure Sockets Layer (SSL)

Net::SSLeay is a perl module that allows you to call Secure Sockets Layer (SSL) functions of the SSLeay library directly from your perl scripts. It is useful if you want to program robots that access secure web servers or if you want to build your own applications over SSL encrypted tunnels. If you just want to view web pages on https servers, you do not need this - your web browser already knows to do that.

Homepage: https://metacpan.org/release/Net-SSLeay

Version: 1.84-1build1

Section: perl