How to Install libmsgcat-perl in Ubuntu 18.04



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

sudo apt update
sudo apt install libmsgcat-perl

Description:

perl module to access XPG4 message catalog functions

Locale::Msgcat is a small perl module for systems which support the XPG4 message catalog functions : catopen(3), catgets(3) and catclose(3). . The module can be used to internationalize a perl program. Messages inside a catalog are identified by integers (unlike gettext which uses the English string as identifier).

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

Version: 1.03-6build4

Section: universe/perl