今天在玩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:

rpm -e rpmfusion-free-release 

 
Then re-enable it using:

rpm -Uvh http://download1.rpmfusion.org/free/el/updates/6/i386/rpmfusion-free-release-6-1.noarch.rpm

 

相关文章:

  • 2022-02-02
  • 2022-12-23
  • 2021-05-17
  • 2021-12-06
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-02-02
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-24
  • 2021-06-09
相关资源
相似解决方案