Projekt

Allgemein

Profil

Repo nux-desktop » Historie » Version 1

Jeremias Keihsler, 12.01.2017 11:13

1 1 Jeremias Keihsler
h1. Install Nux Desktop repository
2
3
h2. preliminary note
4
5
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/el7/x86_64/nux-dextop-release-0-5.el7.nux.noarch.rpm
16
</code></pre>
17
18
h2. Install Package
19
20
<pre><code class="bash">
21
yum install nux-dextop-release-0-5.el7.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
the listing of available repositories should now include @epel@
28
<pre><code class="bash">
29
yum repolist
30
</code></pre>