CentOS: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 14: | Line 14: | ||
Install EPEL on CentOS: | Install EPEL on CentOS: | ||
<pre>[root@orca epel]# yum localinstall --nogpgcheck /home/nobody/downloads/epel/epel-release-5-3.noarch.rpm</pre> | <pre>[root@orca epel]# yum localinstall --nogpgcheck /home/nobody/downloads/epel/epel-release-5-3.noarch.rpm</pre> | ||
[http://www.cyberciti.biz/tips/rhel5-fedora-core-add-new-yum-repository.html Howto]: Add a new yum repository to install software under CentOS / Redhat Linux | |||
<center>[[Linux|To Linux]]</center> | <center>[[Linux|To Linux]]</center> |
Revision as of 14:15, 3 August 2010
Install Apache::DBI
perl -MCPAN -e shell o conf prerequisites_policy ask install Apache::DBI
EPEL Extra Packages for Enterprise Linux is a volunteer-based community effort from the Fedora project to create a repository of high-quality add-on packages for Red Hat Enterprise Linux (RHEL) and its compatible spinoffs such as CentOS or Scientific Linux. Fedora is the upstream of RHEL and add-on packages for EPEL are primarily sourced from the Fedora repository and built against RHEL.
Install EPEL on CentOS:
[root@orca epel]# yum localinstall --nogpgcheck /home/nobody/downloads/epel/epel-release-5-3.noarch.rpm
Howto: Add a new yum repository to install software under CentOS / Redhat Linux