Difference between revisions of "Install Perl Module SOP"

From ESS-WIKI
Jump to: navigation, search
(Created page with "How to Install Persistent::Memory module with Perl   # Enter interactive mode by running <pre>$ perl -MCPAN -e shell </pre> # download <code>Persistent::Memory</co...")
 
Line 1: Line 1:
How to Install Persistent::Memory module with Perl &nbsp;
+
== How to Install Persistent::Memory module with Perl &nbsp; ==
  
 
#
 
#
Line 24: Line 24:
 
install&nbsp;<code>Persistent::Memory</code>&nbsp;module
 
install&nbsp;<code>Persistent::Memory</code>&nbsp;module
 
<pre>cpan[4]> install Persistent::Memory</pre>
 
<pre>cpan[4]> install Persistent::Memory</pre>
 +
 +
Install XML:Simple
 +
 +
on Ubuntu 16.04
 +
 +
&nbsp; &nbsp;$ perl -MCPAN -e shell<br/>&nbsp; &nbsp;$ cpan[1]> get XML::Simple<br/>&nbsp; &nbsp;$ cpan[2]> make XML::Simple<br/>&nbsp; &nbsp;$ cpan[3]> test XML::Simple<br/>&nbsp; &nbsp;$ cpan[4]> install XML::Simple
 +
 +
on Ubuntu 14.04
 +
 +
sudo apt-get install -y&nbsp;libxml-simple-perl

Revision as of 04:53, 15 February 2017

How to Install Persistent::Memory module with Perl  

Enter interactive mode by running

$ perl -MCPAN -e shell

download Persistent::Memory module

cpan[1]> get Persistent::Memory

make Persistent::Memory module

cpan[2]> make Persistent::Memory

test Persistent::Memory module

cpan[3]> test Persistent::Memory

install Persistent::Memory module

cpan[4]> install Persistent::Memory

Install XML:Simple

on Ubuntu 16.04

   $ perl -MCPAN -e shell
   $ cpan[1]> get XML::Simple
   $ cpan[2]> make XML::Simple
   $ cpan[3]> test XML::Simple
   $ cpan[4]> install XML::Simple

on Ubuntu 14.04

sudo apt-get install -y libxml-simple-perl