How to Enable NUX Dexktop Repository on RHEL/CentOS 7/6
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
rpm --import http://li.nux.ro/download/nux/RPM-GPG-KEY-nux.ro ------------ On CentOS/RHEL 7 ------------ # yum -y install epel-release && rpm -Uvh http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-5.el7.nux.noarch.rpm ------------ On CentOS/RHEL 6 ------------ # yum -y install epel-release && rpm -Uvh http://li.nux.ro/download/nux/dextop/el6/x86_64/nux-dextop-release-0-2.el6.nux.noarch.rpm vim /etc/yum.repos.d/nux-dextop.repo ------------------------------------ In this file, under the [nux-desktop] config section, look for the line "enabled=1" and change it to "enabled=0" ------------------------------------ yum --enablerepo=nux-dextop install remmina |