Repo ius release » Historie » Version 1
Jeremias Keihsler, 16.03.2017 11:15
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 | h2. Download IUS release package |
||
12 | |||
13 | <pre><code class="bash"> |
||
14 | cd ~ |
||
15 | wget https://centos7.iuscommunity.org/ius-release.rpm |
||
16 | </code></pre> |
||
17 | |||
18 | h2. Install Package |
||
19 | |||
20 | <pre><code class="bash"> |
||
21 | yum install ius-release.rpm |
||
22 | </code></pre> |
||
23 | This will add a yum repository config file and import the appropriate GPG keys. |
||
24 | |||
25 | h2. Test |
||
26 | |||
27 | the listing of available repositories should now include @IUS@ |
||
28 | <pre><code class="bash"> |
||
29 | yum repolist |
||
30 | </code></pre> |