| 1 | List of software/Yum repositories and software locations for Springdale 9 and how to use them. |
| 2 | |
| 3 | [[PageOutline(2,,inline)]] |
| 4 | |
| 5 | |
| 6 | == Core Operating System Repositories for Springdale 9 == |
| 7 | |
| 8 | || arch || directory || repository (yum) rpm || |
| 9 | || x86_64 || http://springdale.princeton.edu/data/springdale/9/x86_64/os/ || [http://springdale.princeton.edu/data/springdale/9/x86_64/os/BaseOS/Packages/springdale-core-9-0.sdl9.5.noarch.rpm] || |
| 10 | |
| 11 | Yum repo file |
| 12 | {{{ |
| 13 | [sdl9-baseos] |
| 14 | name=Springdale core Base $releasever - $basearch |
| 15 | mirrorlist=http://springdale.princeton.edu/data/springdale/$releasever/$basearch/os/BaseOS/mirrorlist |
| 16 | #baseurl=http://springdale.princeton.edu/data/springdale/$releasever/$basearch/os/BaseOS |
| 17 | gpgcheck=1 |
| 18 | gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SDL-9 |
| 19 | |
| 20 | |
| 21 | [sdl9-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-SDL-9 |
| 27 | |
| 28 | |
| 29 | }}} |
| 30 | |
| 31 | There are two main repositories: BaseOS and AppStream. Computational and Unsupported repositories in addition to the main repository. Unlike previous installations, there are no longer Addons. |
| 32 | |
| 33 | == AppStream == |
| 34 | || arch || directory || repository (yum) rpm || |
| 35 | || x86_64 || http://springdale.princeton.edu/data/springdale/8/x86_64/os || [http://springdale.princeton.edu/data/springdale/9/x86_64/os/BaseOS/Packages/springdale-appstream-9-0.sdl9.5.noarch.rpm] || |
| 36 | |
| 37 | Yum repo file |
| 38 | {{{ |
| 39 | [sdl9-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-SDL-9 |
| 45 | |
| 46 | |
| 47 | [sdl8-appstream-updates] |
| 48 | name=Springdale appstream Updates $releasever - $basearch |
| 49 | mirrorlist=http://springdale.princeton.edu/data/springdale/updates/$releasever/AppStream/$basearch/mirrorlist |
| 50 | #baseurl=http://springdale.princeton.edu/data/springdale/updates/$releasever/AppStream/$basearch |
| 51 | gpgcheck=1 |
| 52 | gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SDL-9 |
| 53 | |
| 54 | |
| 55 | }}} |
| 56 | |
| 57 | You may install the AppStream repo from a sdl8 system by the following: |
| 58 | {{{ |
| 59 | yum install springdale-appstream |
| 60 | }}} |
| 61 | |
| 62 | == Unsupported == |
| 63 | The Unsupported repository contains additional packages not included in the stock Red Hat installation, however, unlike the Addons directory, unsupported packages may not be updated frequently or maintained. The packages are available here: |
| 64 | |
| 65 | || arch || directory || repository (yum) rpm || |
| 66 | || x86_64 || http://springdale.princeton.edu/data/springdale/8/x86_64/os || [http://springdale.princeton.edu/data/springdale/9/x86_64/os/BaseOS/Packages/springdale-unsupported-9-0.sdl9.5.noarch.rpm] || |
| 67 | |
| 68 | {{{ |
| 69 | [unsupported-core] |
| 70 | name=Springdale unsupported Base $releasever - $basearch |
| 71 | #baseurl=file:///springdale/unsupported/$releasever/$basearch |
| 72 | #mirrorlist=http://mirror.math.princeton.edu/data/springdale/puias/unsupported/$releasever/$basearch/mirrorlist |
| 73 | baseurl=http://springdale.princeton.edu/data/springdale/unsupported/$releasever/$basearch |
| 74 | gpgcheck=1 |
| 75 | gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SDL-9 |
| 76 | |
| 77 | }}} |
| 78 | You may install the unsupported repo from an sdl8 system by the following: |
| 79 | |
| 80 | {{{ |
| 81 | yum install springdale-unsupported |
| 82 | }}} |
| 83 | == Computational == |
| 84 | The Computational repository contain scientific and research packages. |
| 85 | |
| 86 | || arch || directory || repository (yum) rpm || |
| 87 | || i386 || http://springdale.princeton.edu/data/springdale/8/i386/os || [http://springdale.math.ias.edu/data/springdale/8/i386/os/BaseOS/Packages/springdale-computational-8-0.sdl8.2.noarch.rpm ] || |
| 88 | || x86_64 || http://springdale.princeton.edu/data/springdale/8/x86_64/os || [http://springdale.math.ias.edu/data/springdale/8/x86_64/os/BaseOS/Packages/springdale-computational-8-0.sdl8.2.noarch.rpm] || |
| 89 | |
| 90 | {{{ |
| 91 | [computational-core] |
| 92 | name=Springdale computational Base $releasever - $basearch |
| 93 | #baseurl=file:///springdale/computational/$releasever/$basearch |
| 94 | #mirrorlist=http://mirror.math.princeton.edu/pub/springdale/puias/computational/$releasever/$basearch/mirrorlist |
| 95 | baseurl=http://springdale.princeton.edu/data/springdale/computational/$releasever/$basearch |
| 96 | gpgcheck=1 |
| 97 | gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-springdale |
| 98 | |
| 99 | }}} |
| 100 | You may install the computational repo from an sdl8 system by the following: |
| 101 | |
| 102 | {{{ |
| 103 | yum install springdale-computational |
| 104 | }}} |