bishop__'s blog
How To Install CPANM in CentOS Linux
The easiest way to install Perl CPAN packages without the hassles of answering "yes" or "no" questions is to use the cpanm script developed by Tatsuhiko Miyagawa.
Installing Perl CPANM program
Run the following command and it will install itself for you. You might want to run it as a root with sudo if you want to install to places like /usr/local/bin.
# curl -L http://cpanmin.us | perl - --self-upgrade
If you don't have curl but wget, replace `curl -L` with `wget -O -`.
For more details about this program, visit http://search.cpan.org/dist/App-cpanminus.
How To Use CPANM
CPANM is very easy to use, just run the following:
# cpanm <Package Name>
For example, you want to install Perl Catalyst::Engine::Apache package just run this command and all required dependencies will be installed automatically for you:
How To Check Available Packages that can be installed in CentOS
This command will list available Python packages that can be installed:
# yum list available | grep python

Recent comments
42 weeks 6 hours ago
46 weeks 6 days ago
1 year 8 weeks ago
1 year 14 weeks ago
1 year 15 weeks ago
1 year 16 weeks ago
1 year 16 weeks ago
1 year 20 weeks ago
1 year 20 weeks ago
1 year 20 weeks ago