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

    3913 days ago

  • Force install a Perl module sudo PERL_MM_USE_DEFAULT=1 perl -MCPAN -e "CPAN::Shell->force(qw(install Nginx::Log::Entry))" #Perl #Install #Force #CPAN #Module

    Tags: Perl, Install, Force, CPAN, Module

    3585 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

    2717 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

    2284 days ago

  • Update CPAN $ cpan> install CPAN; reload cpan #cpan #perl

    Tags: cpan, perl

    2486 days ago

  • You can't install David Brownlee ;-)

    By mistake I ask cpan to install abs, and it return this message. jitendra@jitendra-Aspire-S3-391[parallelLastz] sudo cpan install abs  [ 4:43AM]Going to read '/home/jitendra/.cpan/Metadata'  Database was generated on Thu, 02 May 2019 00:08:06 GMTDon't be silly, you can't install Dav...

    Tags: abs, cpan, install, fun, error, David Brownlee

    1793 days ago

  • Makefile:820: recipe for target 'test_dynamic' failed

    While installing XML::DOM::XPath I got the following error Makefile:820: recipe for target 'test_dynamic' failed How to fix it ?

    Tags: Perl, Cpan, Install, Module, Test, Dynamic

    1245 days ago