| 1 | List of software/Yum repositories and software locations for Springdale 7 and how to use them. |
| 2 | |
| 3 | [[PageOutline(2,,inline)]] |
| 4 | |
| 5 | |
| 6 | == Core Operating System Repositories for Springdale 8 == |
| 7 | |
| 8 | || arch || directory || repository (yum) rpm || |
| 9 | || i386 || http://springdale.princeton.edu/data/springdale/8/i386/os || [http://springdale.math.ias.edu/data/springdale/8/i386/os/Packages/springdale-core-8-0.sdl8.2.noarch.rpm ] || |
| 10 | || x86_64 || http://springdale.princeton.edu/data/springdale/8/x86_64/os || [http://springdale.math.ias.edu/data/springdale/8/x86_64/os/Packages/springdale-core-8-0.sdl8.2.noarch.rpm] || |
| 11 | |
| 12 | Yum repo file |
| 13 | {{{ |
| 14 | [sdl8-baseos] |
| 15 | name=Springdale core Base $releasever - $basearch |
| 16 | mirrorlist=http://springdale.princeton.edu/data/springdale/$releasever/$basearch/os/BaseOS/mirrorlist |
| 17 | #baseurl=http://springdale.princeton.edu/data/springdale/$releasever/$basearch/os/BaseOS |
| 18 | gpgcheck=1 |
| 19 | gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-springdale |
| 20 | |
| 21 | [sdl8-baseos-updates] |
| 22 | name=Springdale core Updates $releasever - $basearch |
| 23 | mirrorlist=http://springdale.princeton.edu/data/springdale/updates/$releasever/BaseOS/$basearch/mirrorlist |
| 24 | #baseurl=http://springdale.princeton.edu/data/springdale/updates/$releasever/BaseOS/$basearch |
| 25 | gpgcheck=1 |
| 26 | gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-springdale |
| 27 | |
| 28 | }}} |
| 29 | |
| 30 | Unlike previous installations, there are no longer Addons, Computational and Unsupported repositories in addition to the main repository. There are two repositories: BaseOS and AppStream. |
| 31 | |
| 32 | == AppStream == |
| 33 | || arch || directory || repository (yum) rpm || |
| 34 | || i386 || http://springdale.princeton.edu/data/springdale/8/i386/os || [http://springdale.math.ias.edu/data/springdale/8/i386/os/Packages/springdale-appstream-8-0.sdl8.2.noarch.rpm ] || |
| 35 | || x86_64 || http://springdale.princeton.edu/data/springdale/8/x86_64/os || [http://springdale.math.ias.edu/data/springdale/8/x86_64/os/Packages/springdale-appstream-8-0.sdl8.2.noarch.rpm] || |
| 36 | |
| 37 | Yum repo file |
| 38 | {{{ |
| 39 | [sdl8-appstream] |
| 40 | name=Springdale appstream Base $releasever - $basearch |
| 41 | mirrorlist=http://springdale.princeton.edu/data/springdale/$releasever/$basearch/os/AppStream/mirrorlist |
| 42 | #baseurl=http://springdale.princeton.edu/data/springdale/$releasever/$basearch/os/AppStream |
| 43 | gpgcheck=1 |
| 44 | gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-springdale |
| 45 | |
| 46 | [sdl8-appstream-updates] |
| 47 | name=Springdale appstream Updates $releasever - $basearch |
| 48 | mirrorlist=http://springdale.princeton.edu/data/springdale/updates/$releasever/AppStream/$basearch/mirrorlist |
| 49 | #baseurl=http://springdale.princeton.edu/data/springdale/updates/$releasever/AppStream/$basearch |
| 50 | gpgcheck=1 |
| 51 | gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-springdale |
| 52 | |
| 53 | }}} |
| 54 | |
| 55 | You may install the addons repo from a puias6 system by the following: |
| 56 | {{{ |
| 57 | yum install springdale-appstream |
| 58 | }}} |