Configure the repository

 

Automatic configuration using yum:

  • Pour Entreprise Linux 6:
su -lc 'yum install http://repo.r-repo.org/RPMS/entreprise/r-repo-release-6-1.el6.noarch.rpm'

Manual configuration:

  • Pour Entreprise Linux:
su -
cd /etc/yum.repos.d
wget http://r-repo.org/public/r-repo.repo

Configuring the gpg key:

  • Download the key:
wget http://r-repo.org/public/RPM-GPG-KEY-R-repo
  • Install the key
rpm --import RPM-GPG-KEY-R-repo
  • Check that the key is installed
rpm -q gpg-pubkey --qf "%{summary} ->%{version}-%{release}\n"

You should find the key 7bc43f55-4ee6eb76

© 2012 R-repo Suffusion theme by Sayontan Sinha