Repo nux-desktop » Historie » Version 3
Jeremias Keihsler, 12.01.2017 09:11
1 | 1 | Jeremias Keihsler | h1. Nux-Desktop repository |
---|---|---|---|
2 | |||
3 | h2. preliminary note |
||
4 | 2 | Jeremias Keihsler | |
5 | 1 | Jeremias Keihsler | Nux Dextop is a third-party RPM repository which contains many popular desktop and multimedia related packages (e.g., Ardour, Shutter, etc) for CentOS, RHEL and ScientificLinux. Currently, Nux Dextop repository is available for CentOS/RHEL 6 and 7. |
6 | |||
7 | To enable Nux Dextop repository on CentOS or RHEL, follow the instructions below. |
||
8 | |||
9 | First of all, understand that Nux Dextop is designed to coexist with EPEL repository. So you need to enable EPEL in order to use Nux Dextop repo. |
||
10 | |||
11 | h2. Download Nux Desktop release package |
||
12 | |||
13 | <pre><code class="bash"> |
||
14 | cd ~ |
||
15 | wget http://li.nux.ro/download/nux/dextop/el6/x86_64/nux-dextop-release-0-2.el6.nux.noarch.rpm |
||
16 | </code></pre> |
||
17 | |||
18 | h2. Install Package |
||
19 | |||
20 | <pre><code class="bash"> |
||
21 | yum install nux-dextop-release-0-2.el6.nux.noarch.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 | 3 | Jeremias Keihsler | the listing of available repositories should now include @nux-desktop@ |
28 | 1 | Jeremias Keihsler | <pre><code class="bash"> |
29 | yum repolist |
||
30 | </code></pre> |