We are still actively working on the spam issue.

Difference between revisions of "CentOS"

From InstallGentoo Wiki
Jump to: navigation, search
m (Fixed typo. Payed -> Paid.)
m (Linux is a kernel)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
'''CentOS''' - Community Enterprise Operating System is a free RHEL based distribution of [[GNU/Linux]].
+
'''CentOS''' - Community Enterprise Operating System is a free "RHEL" based distribution of [[GNU/Linux]].
  
CentOS has a few differences from Red Hat Enterprise Linux:
+
CentOS has a few differences from Red Hat Enterprise (GNU/)Linux:
  
 
* No Red Hat branding or logos.
 
* No Red Hat branding or logos.
Line 7: Line 7:
 
* 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.
  
CentOS is commonly used by businesses too cheap to pay for RHEL and for individuals pursing Red Hat Certifications.
+
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 ===
 
=== Adding the Fedora EPEL repository to CentOS ===
Line 26: Line 26:
  
 
Note: This example does not use GPG for package signing.
 
Note: This example does not use GPG for package signing.
 +
 +
[[Category:GNU/Linux]]
 +
[[Category:Distros]]
 +
[[Category:Operating systems]]

Latest revision as of 08:14, 9 May 2022

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

CentOS has a few differences from Red Hat Enterprise (GNU/)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.