We are still actively working on the spam issue.

Difference between revisions of "CentOS"

From InstallGentoo Wiki
Jump to: navigation, search
(Added a CentOS page.)
 
m (Fixed typo. Payed -> Paid.)
Line 4: Line 4:
  
 
* No Red Hat branding or logos.
 
* No Red Hat branding or logos.
* No access to RHN, Red Hat packages or payed support.
+
* No access to RHN, Red Hat packages or paid support.
 
* Packages are not extensively tested or certified to run correctly on specific hardware.
 
* Packages are not extensively tested or certified to run correctly on specific hardware.
  

Revision as of 02:21, 16 October 2019

CentOS - Community Enterprise Operating System is a free RHEL based distribution of GNU/Linux.

CentOS has a few differences from Red Hat Enterprise Linux:

  • No Red Hat branding or logos.
  • No access to RHN, Red Hat packages or paid support.
  • Packages are not extensively tested or certified to run correctly on specific hardware.

CentOS is commonly used by businesses too cheap to pay for RHEL and for individuals pursing Red Hat Certifications.

Adding the Fedora EPEL repository to CentOS

You may want to use some packages that are unavailable in the CentOS repos. You can configure yum to use the Fedora EPEL repo:

vim /etc/yum.repos.d/EPEL.repo

[EPEL]
name=EPEL
baseurl=putURLhere
enabled=1

yum clean ; yum repolist

For some reason, I cannot post the URL of the Fedora repository despite filling out the CAPTCHA so find it on your favorite search engine.

Note: This example does not use GPG for package signing.