Repo ius release » Historie » Version 2
Jeremias Keihsler, 16.03.2017 11:16
| 1 | 1 | Jeremias Keihsler | h1. Install IUS-release repository |
|---|---|---|---|
| 2 | |||
| 3 | h2. preliminary note |
||
| 4 | |||
| 5 | double check https://ius.io/GettingStarted/ |
||
| 6 | |||
| 7 | Before using any packages from the IUS Community repositories, you should first read our End User Agreement. Downloading, installing, or using our packages implies that you agree to these terms. |
||
| 8 | |||
| 9 | If you are new to IUS, please understand that our packages work a bit differently than you might expect. Please see our usage guide for specific details. |
||
| 10 | |||
| 11 | 2 | Jeremias Keihsler | IUS repo depends on EPEL, but EPEL will automatically installed as a dependency. |
| 12 | |||
| 13 | 1 | Jeremias Keihsler | h2. Download IUS release package |
| 14 | |||
| 15 | <pre><code class="bash"> |
||
| 16 | cd ~ |
||
| 17 | wget https://centos7.iuscommunity.org/ius-release.rpm |
||
| 18 | </code></pre> |
||
| 19 | |||
| 20 | h2. Install Package |
||
| 21 | |||
| 22 | <pre><code class="bash"> |
||
| 23 | yum install ius-release.rpm |
||
| 24 | </code></pre> |
||
| 25 | This will add a yum repository config file and import the appropriate GPG keys. |
||
| 26 | |||
| 27 | h2. Test |
||
| 28 | |||
| 29 | the listing of available repositories should now include @IUS@ |
||
| 30 | <pre><code class="bash"> |
||
| 31 | yum repolist |
||
| 32 | </code></pre> |