redhat:base-redhat:repositories-redhat

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
redhat:base-redhat:repositories-redhat [2017/05/01 14:20] – created michaelredhat:base-redhat:repositories-redhat [2019/07/31 15:16] (current) michael
Line 3: Line 3:
  
 {{:redhat:base-redhat:repository.png?nolink&170|}} {{:redhat:base-redhat:repository.png?nolink&170|}}
 +
 +https://rpmfusion.org/Configuration/
  
 ---- ----
  
  
 +<WRAP center round box 100%>
 ===== EPEL Repository einbinden ===== ===== EPEL Repository einbinden =====
 **EPEL** (Extra Packages for Enterprise Linux) is open source and free community based repository project from Fedora team which provides 100% high quality add-on software packages for Linux distribution including RHEL (Red Hat Enterprise Linux), CentOS, and Scientific Linux. Epel project is not a part of RHEL/Cent OS but it is designed for major Linux distributions by providing lots of open source packages like networking, sys admin, programming, monitoring and so on. Most of the epel packages are maintained by Fedora repo. **EPEL** (Extra Packages for Enterprise Linux) is open source and free community based repository project from Fedora team which provides 100% high quality add-on software packages for Linux distribution including RHEL (Red Hat Enterprise Linux), CentOS, and Scientific Linux. Epel project is not a part of RHEL/Cent OS but it is designed for major Linux distributions by providing lots of open source packages like networking, sys admin, programming, monitoring and so on. Most of the epel packages are maintained by Fedora repo.
  
 <WRAP center round tip 100%> <WRAP center round tip 100%>
-**Befehl:**+**Intallations Befehl:**
 <code> <code>
-# yum -y install http://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm+# yum install epel-release -y
 </code> </code>
 +</WRAP>
 </WRAP> </WRAP>
 +
  
 ---- ----
 +<WRAP center round box 100%>
 +
 +===== SCL (Software Collection) Repository einbinden =====
 +**Bei den SCL Versionen** //(ursprünglich von Redhat)//, werden alle installierten Pakete in einem eigens nachgebauten root-directory unter /opt/rh installiert und konfiguriert.
 +
 +<WRAP center round tip 100%>
 +**Intallations Befehl:**
 +<code>
 +# yum install centos-release-scl -y
 +</code>
 +</WRAP>
 +
 +==== Applikation, aus der SCL auch von der Promt aus zugreifbar machen.. ====
 +Soll ein bestimmtes SCL-Paket z.B. nun das php70 Paket auch von der Bash aus erreichbar sein, so müssen die Variablen dieses Paketes mit denen des Systems abgeglichen werden.  
 +
 +Dazu wird folgendermassen vorgegangen:
 +
 +  - Installation der gewünschten Collection: <code># yum install rh-php70</code>
 +  - Registrieren der Systemvariabeln der Collection: <code># scl enable rh-php70 bash</code>
 +
 +</WRAP>
 +
 +
 +----
 +
 +<WRAP center round box 100%>
  
 ===== RPMForge Repository einbinden ===== ===== RPMForge Repository einbinden =====
Line 27: Line 58:
 **Befehl:** **Befehl:**
 <code> <code>
-# rpm -Uvh http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.3-1.el7.rf.x86_64.rpm+# rpm -Uvh http://repository.it4i.cz/mirrors/repoforge/redhat/el7/en/x86_64/rpmforge/RPMS/rpmforge-release-0.5.3-1.el7.rf.x86_64.rpm
 </code> </code>
 +</WRAP>
 </WRAP> </WRAP>
 +
  
 ---- ----
 +
 +<WRAP center round box 100%>
  
 ===== REMI Repository einbinden ===== ===== REMI Repository einbinden =====
Line 43: Line 78:
 # rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-7.rpm # rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-7.rpm
 </code> </code>
 +</WRAP>
 +
 </WRAP> </WRAP>
  
Line 102: Line 139:
 </code> </code>
  
-<file bash epel.repo>+<sxh bash; first-line: 1>
 [epel] [epel]
 name=Extra Packages for Enterprise Linux 7 - $basearch name=Extra Packages for Enterprise Linux 7 - $basearch
Line 133: Line 170:
 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
 gpgcheck=1 gpgcheck=1
-</file>+</sxh>
  
 Hier wird nun nochmals die schon erwähnte **priority=10** Zeile eingetragen.  Hier wird nun nochmals die schon erwähnte **priority=10** Zeile eingetragen. 
  • redhat/base-redhat/repositories-redhat.1493641243.txt.gz
  • Last modified: 2017/05/01 14:20
  • by michael