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!
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
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.
Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.
