sudo apt install libperl-critic-perl
#libperl-dev is required for the lang server
sudo apt install libperl-dev
+sudo apt-get install zlib1g-dev
sudo cpan Perl::LanguageServer
+
NOTICE -> Above Perl installation and modules can take time as they build (get compiled) and are tested
using your computers configuration and hardware for optimal performance.
The Perl::LanguageServer, can fail in tests, as it is development specific, this can be ignored.
sudo cpan DateTime::Format::SQLite;
sudo cpan Text::CSV;
sudo cpan Number::Bytes::Human;
+sudo cpan Gzip::Faster;
sudo cpan CGI::Session;
sudo cpan Number/Bytes/Human.pm;
sudo cpan Regexp::Common;
sudo cpan JSON;
sudo cpan Switch;
sudo cpan IPC::Run
-sudo cpan Gzip::Faster;
sudo cpan Syntax::Keyword::Try;
#Install DBI module
## git pull
LifeLogInstall=install_lifelog_req_modules_2.0.sh
-sudo cat Installation.txt | grep 'sudo apt install' > $LifeLogInstall | awk '{print $0, "-y"}'
+sudo cat Installation.txt | grep 'sudo apt install' | awk '{print $0, "-y"}' > $LifeLogInstall
sudo cat Installation.txt | grep 'sudo cpan' >> $LifeLogInstall
sudo chmod +x $LifeLogInstall
# The following is actual installation file generated. Don't run outside this script.