How to Install libpar-perl in Ubuntu 18.04



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

sudo apt update
sudo apt install libpar-perl

Description:

Perl redistributable module packaging framework

PAR is a Perl framework which allows you to easily bundle a typical blib/ tree into a compressed file (currently a zip) called a Perl Archive. This makes it fairly simple to redistribute, even providing support for loading C/XS modules by overriding DynaLoader's bootstrapping methods. It writes a shared object file to a temporary file at the time it is needed.

Homepage: https://metacpan.org/release/PAR

Version: 1.015-1

Section: universe/perl