Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: No PPM in fedora

by VSarkiss (Monsignor)
on Jun 06, 2006 at 20:55 UTC ( [id://553918]=note: print w/replies, xml ) Need Help??


in reply to No PPM in fedora

One of the main reasons ppm exists is that most Windows machines don't have a C compiler, but FC5, like most Linux machines, has the GCC suite. The CPAN shell is as easy as ppm, so you can just pretend you're still using it.

Instead of

ppm install dbd-mysql
it's as easy as typing:
perl -MCPAN -e "install DBD::Mysql"
The first time you use it, CPAN.pm will ask you a bunch of configuration questions, although almost all of the default will work just fine.

Good luck.

Replies are listed 'Best First'.
Re^2: No PPM in fedora
by CaMelRyder (Pilgrim) on Jun 07, 2006 at 02:09 UTC
    Hey that's really cool I didn't know you could interface with CPAN like that.
    ¥peace from CaMelRyder¥

Log In?
Username:
Password:

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

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

    No recent polls found