On 01/09/10 23:37, Elliott Chapin wrote: > On 09/01/2010 08:51 AM, Another Sillyname wrote: > Thanks, but I've done that. I had hoped that the repo rpm would install > then, but it doesn't: yum repolist ?
That tells what yum is making of the repo configs. ... > could not do simulate: Can't install > /tmp/rpmfusion-free-release-stable.noarch.rpm as no transaction The rpm marks configuration files, so that if they already exist, an .rpmnew will be created. I think your best bet would be to: - yum remove rpmfus\* - rm /etc/yum.repos.d/rpmfus* - follow install process on rpmfusion wiki: http://rpmfusion.org/Configuration Note that free needs to be installed before nonfree. If that doesn't work, please post the result of each of the above on something like fpaste.org, and provide the link here.
