By 239999fb
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!
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
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.