Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
redhat:base-redhat:repositories-redhat [2017/05/01 14:20] – created michael | redhat:base-redhat:repositories-redhat [2019/07/31 15:16] (current) – michael | ||
---|---|---|---|
Line 3: | Line 3: | ||
{{: | {{: | ||
+ | |||
+ | https:// | ||
---- | ---- | ||
+ | <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, | **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, | ||
<WRAP center round tip 100%> | <WRAP center round tip 100%> | ||
- | **Befehl:** | + | **Intallations |
< | < | ||
- | # yum -y install | + | # yum install epel-release -y |
</ | </ | ||
+ | </ | ||
</ | </ | ||
+ | |||
---- | ---- | ||
+ | <WRAP center round box 100%> | ||
+ | |||
+ | ===== SCL (Software Collection) Repository einbinden ===== | ||
+ | **Bei den SCL Versionen** // | ||
+ | |||
+ | <WRAP center round tip 100%> | ||
+ | **Intallations Befehl:** | ||
+ | < | ||
+ | # yum install centos-release-scl -y | ||
+ | </ | ||
+ | </ | ||
+ | |||
+ | ==== Applikation, | ||
+ | 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: < | ||
+ | - Registrieren der Systemvariabeln der Collection: < | ||
+ | |||
+ | </ | ||
+ | |||
+ | |||
+ | ---- | ||
+ | |||
+ | <WRAP center round box 100%> | ||
===== RPMForge Repository einbinden ===== | ===== RPMForge Repository einbinden ===== | ||
Line 27: | Line 58: | ||
**Befehl:** | **Befehl:** | ||
< | < | ||
- | # rpm -Uvh http://pkgs.repoforge.org/rpmforge-release/ | + | # rpm -Uvh http://repository.it4i.cz/ |
</ | </ | ||
+ | </ | ||
</ | </ | ||
+ | |||
---- | ---- | ||
+ | |||
+ | <WRAP center round box 100%> | ||
===== REMI Repository einbinden ===== | ===== REMI Repository einbinden ===== | ||
Line 43: | Line 78: | ||
# rpm -Uvh http:// | # rpm -Uvh http:// | ||
</ | </ | ||
+ | </ | ||
+ | |||
</ | </ | ||
Line 102: | Line 139: | ||
</ | </ | ||
- | <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:/// | gpgkey=file:/// | ||
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. |