Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re(3): To install a module...

by Dog and Pony (Priest)
on Oct 01, 2002 at 06:23 UTC ( [id://201930]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: To install a module...
in thread To install a module...

Ah, sorry. Of course. There is a command 'describe' in PPM.

Lets say you make a search for Foo:

PPM> search Foo
Which returns the result
1. Foo 2. Foo::Bar
When you then try 'install 1' to get Foo installed, you get the error message "No suitable implementation found" or some such. Then do 'describe 1', followed by another 'install 1'. Describe does list what platforms are available, and if 'MSWin32-x86-multi-thread' is not in the list, you are out of luck. Many times though, it seems PPM doesn't really check for this, but the describe forces it to do so, making the installation succeed.

And yes, you can do 'describe Foo' directly instead.

Hope that helps.


You have moved into a dark place.
It is pitch black. You are likely to be eaten by a grue.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (5)
As of 2024-04-19 03:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found