Results for "CPAN"

Tags

  • How to install Perl modules manually, using CPAN command, and other quick ways

    As a bioinformatics programmer, and crunchy data analyser you need to install several perl modules and dependencies. Installing Perl modules manually by resolving all the dependencies is  tedious and annoying process. Some of the packages like GD is the real pain. However, Installing Perl mo...

    Tags: Perl Modules, Perl, Packages, Yum, Quick, CPAN, BioPerl

    3903 days ago

  • How to install Perl modules on Mac OS X in easy steps !!

    Today at work, I learned how to install Perl modules using CPAN. It’s a lot easier than I thought. You see, for the past couple of years, I’ve been a bit frustrated because OS X does not come with a whole lot of Perl modules pre-installed, and for all I googled, I couldn’t...

    Tags: Bioinformatics, Perl, Mac, MacOSX, Modules, Install, CPAN

    2707 days ago

  • Installing Perl environment on Linux

    By using plenv, you can easily install and switch among different version of Perl. This will be installed under your home directory in~/.plenv. Install latest Perl (with supporting multithreading) and CPANMinus. $ cd $ git clone git://github.com/tokuhirom/plenv.git ~/.plenv $ git clon...

    Tags: Install, Perl, environment, Linux, plenv, CPAN, CPANMinus

    2274 days ago