Repo nux-desktop » Historie » Version 1
Jeremias Keihsler, 12.01.2017 09:10
1 | 1 | Jeremias Keihsler | h1. Nux-Desktop repository |
---|---|---|---|
2 | |||
3 | h2. preliminary note |
||
4 | 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. |
||
5 | |||
6 | To enable Nux Dextop repository on CentOS or RHEL, follow the instructions below. |
||
7 | |||
8 | 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. |
||
9 | |||
10 | h2. Download Nux Desktop release package |
||
11 | |||
12 | <pre><code class="bash"> |
||
13 | cd ~ |
||
14 | wget http://li.nux.ro/download/nux/dextop/el6/x86_64/nux-dextop-release-0-2.el6.nux.noarch.rpm |
||
15 | </code></pre> |
||
16 | |||
17 | h2. Install Package |
||
18 | |||
19 | <pre><code class="bash"> |
||
20 | yum install nux-dextop-release-0-2.el6.nux.noarch.rpm |
||
21 | </code></pre> |
||
22 | This will add a yum repository config file and import the appropriate GPG keys. |
||
23 | |||
24 | h2. Test |
||
25 | |||
26 | the listing of available repositories should now include @epel@ |
||
27 | <pre><code class="bash"> |
||
28 | yum repolist |
||
29 | </code></pre> |