Report this

What is the reason for this report?

How fix in centos 6.5 32 bits: Error: cannot find a valid baseurl for repo: rpmfusion-free

Posted on March 30, 2014

I have a droped and when i try to update yum or try to run this comand: sudo yum install sd-agent

I get:

Loaded pluings: fasestmirrors Determining fastest mirrors Error: cannot find a valid baseurl for repo: rpmfusion-free

How i can fix this?



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

You seem to have added the RPM Fusion repository incorrectly. Let’s start clean. First remove the repo with: <pre>
rpm -e rpmfusion-free-release </pre>
Then re-enable it using: <pre> rpm -Uvh http://download1.rpmfusion.org/free/el/updates/6/i386/rpmfusion-free-release-6-1.noarch.rpm </pre>
Are you still seeing the error? What’s the output of: 'yum repolist enabled ’

[root@cpanel ~]# rpm -e rpmfusion-free-release

                          error: Failed dependencies:
    rpmfusion-free-release >= 21 is needed by (installed) rpmfusion-nonfree-release-21-1.noarch

i am receiving this error

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.