Online Installation
Install Necessary RPMs
1 | [root]# yum install perl-ExtUtils-Embed |
Install Required Perl Modules
1 | [root]# perl -MCPAN -e 'install Filter::Crypto' |
It will might report Errors when installing PAR::Packer. You must install the missing Perl package prior to installation of PAR::Packer.
Offline Installation
If your Linux system happens to be unable to connect internet, the Perl packages can not be installed online like above commands. You would have to download the package sources first from https://metacpan.org/. And then upload to your Linux system and manually install the package with following commands.
1 | [user]% tar zxvf perl_package_name.tar.gz |
The installed Perl packages can be found in -/usr/share/perl5/
or/usr/local/share/perl5/
Usage of pp
/usr/local/bin/pp -f Crypto -F Crypto -M Filter::Crypto::Decrypt perl_script_entry -o perl_script_entry.exe