in reply to No PPM in fedora

I really appreciate all of the help guys. Thanks alot. It was immeasurably helpful
¥peace from CaMelRyder¥

Replies are listed 'Best First'.
Re^2: No PPM in fedora
by mrdvt92 (Acolyte) on Apr 09, 2012 at 05:55 UTC
    This is an old post but still did not have current best practices on RPM-based distributions. Using yum will work for most modules > sudo yum install 'perl(Perl::Module)' example > sudo yum install 'perl(DateTime)' Not every Perl package is package but > cpanspec -b dist.tar.gz will make it for you then you can install with > sudo yum install /path/perl-dist.rpm