Dave wrote:
Hi, I just downloaded and installed the rpmforge-release rpm file for centos5. Ftp isn't working here, so it went http, but the http mirrors are giving me error 11, connections refused. Is this a problem with the particular mirror? Also, how do i query a specific repo to find out what packages it contains? Thanks. Dave.
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
This works for me in my post-install procedures;
<snip> rpmforge_version=rpmforge-release-0.3.6-1.el5.rf.i386.rpm wget http://dag.wieers.com/rpm/packages/rpmforge-release/$rpmforge_version rpm -Uhv $rpmforge_version rm -vf $rpmforge_version </snip>
MrKiwi