今天在玩centos的時候出現了:
error: cannot find a valid baseurl for repo: rpmfusion-free
這個問題真到好惡心啊,以前一直使用到是ubuntu,最近切換到centos以後,各自小白啊。最後搜尋到到答案是:
you seem to have added the rpm fusion repository incorrectly. let's start clean. first remove the repo with:
1
<code>rpm -e rpmfusion-free-release</code>
then re-enable it using:
<code>rpm -uvh http:</code><code>//download1.rpmfusion.org/free/el/updates/6/i386/rpmfusion-free-release-6-1.noarch.rpm</code>