Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^3: Programmatically installing modules

by LanX (Saint)
on Dec 23, 2013 at 10:41 UTC ( [id://1068169]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Programmatically installing modules
in thread Programmatically installing modules

I thought you wanted to avoid automatic updates?

Cheers Rolf

( addicted to the Perl Programming Language)

  • Comment on Re^3: Programmatically installing modules

Replies are listed 'Best First'.
Re^4: Programmatically installing modules
by morgon (Priest) on Dec 23, 2013 at 11:02 UTC
    Yes that is why I do a require first and only when that fails I do the install.

    So when I have the module the require succeeds and I do not run the install.

      And how do you check if the already installed module has the correct version? :)

      sudo cpan -D List::Util CPAN: Storable loaded ok (v2.21) Going to read '/home/lanx/.cpan/Metadata' Database was generated on Wed, 18 Dec 2013 18:41:02 GMT List::Util ---------------------------------------------------------------------- +--- List utilities (eg min, max, reduce) P/PE/PEVANS/Scalar-List-Utils-1.35.tar.gz /usr/local/lib/perl/5.10.0/List/Util.pm Installed: 1.22 CPAN: 1.35 Not up to date Graham Barr (GBARR) gbarr@pobox.com

      Cheers Rolf

      ( addicted to the Perl Programming Language)

        Well this is really just a hack and for the time being I don't care about version.

        Detecting that a module is installed is good enough.

        I grant you that it is not the cleanest, but my problem is that I want to automate the installation of some third-party software that does not explicitely lists dependencies on particular versions.

        I can't do any better at the moment.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1068169]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (3)
As of 2024-04-23 23:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found