Afternoon,
Sorry for being dense but I can seem to configure the repo for atrpms correctly. I've tried a few things and none of them seem to work so rather than embarrass myself in regard to yum repo configuration, can someone post the repo configuration?
TIA!
Jeff
On 07/09/2010 07:17 PM, Jeff Layton wrote:
Afternoon,
Sorry for being dense but I can seem to configure the repo for atrpms correctly. I've tried a few things and none of them seem to work so rather than embarrass myself in regard to yum repo configuration, can someone post the repo configuration?
TIA!
Jeff
As root:
# cd /etc/yum.repos.d/
create a file "atrpm.repo" with you favorite editor and put the following:
[atrpms] name=CentOS $releasever - $basearch - ATrpms baseurl=http://dl.atrpms.net/el$releasever-$basearch/atrpms/stable gpgkey=http://ATrpms.net/RPM-GPG-KEY.atrpms gpgcheck=1
For more info: http://atrpms.net/install.html
I'm not using ATRpm so i can test it :(.
HTH
On 07/09/2010 02:23 PM, Athmane Madjoudj wrote:
On 07/09/2010 07:17 PM, Jeff Layton wrote:
Afternoon,
Sorry for being dense but I can seem to configure the repo for atrpms correctly. I've tried a few things and none of them seem to work so rather than embarrass myself in regard to yum repo configuration, can someone post the repo configuration?
As root:
# cd /etc/yum.repos.d/
create a file "atrpm.repo" with you favorite editor and put the following:
[atrpms] name=CentOS $releasever - $basearch - ATrpms baseurl=http://dl.atrpms.net/el$releasever-$basearch/atrpms/stable gpgkey=http://ATrpms.net/RPM-GPG-KEY.atrpms gpgcheck=1
For more info: http://atrpms.net/install.html
I'm not using ATRpm so i can test it :(.
Thanks! That worked (had a typo somewhere - I just used your entry).
Jeff