# # How to install a module from Unix command line # <2019-05-24 21:34:01 cmic> # su root et cd ~root prompt#perl -MCPAN -e shell cpan shell -- CPAN exploration and modules installation (v2.26) Enter 'h' for help. cpan[1]>install ... # to install e new version of CPAN : cpan[1]>install CPAN .. cpan[1]>reload cpan cpan[1]>quit prompt# # #FIN