Projekt

Allgemein

Profil

Repo nux-desktop » Historie » Revision 2

Revision 1 (Jeremias Keihsler, 12.01.2017 09:10) → Revision 2/3 (Jeremias Keihsler, 12.01.2017 09:10)

h1. Nux-Desktop repository 

 h2. preliminary note 

 
 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. 

 To enable Nux Dextop repository on CentOS or RHEL, follow the instructions below. 

 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. 

 h2. Download Nux Desktop release package 

 <pre><code class="bash"> 
 cd ~ 
 wget http://li.nux.ro/download/nux/dextop/el6/x86_64/nux-dextop-release-0-2.el6.nux.noarch.rpm 
 </code></pre> 

 h2. Install Package 

 <pre><code class="bash"> 
 yum install nux-dextop-release-0-2.el6.nux.noarch.rpm 
 </code></pre> 
 This will add a yum repository config file and import the appropriate GPG keys. 

 h2. Test 

 the listing of available repositories should now include @epel@ 
 <pre><code class="bash"> 
 yum repolist 
 </code></pre>