Installing a perl module under linux

Sometimes you need to use perl… and quickly you need to install a missing dependencies.
you can do it manually but it can be cumbersome. Here is another way using cpanminus tools:

curl -L http://cpanmin.us | perl - --sudo App::cpanminus

And then install (in a shell) the missing file. e.g.:

cpanm Games-Go-GoPair-1.001.tar.gz
Please follow and like us:
This entry was posted in Computer Science and tagged . Bookmark the permalink.

Leave a Reply

Your email address will not be published.