PDA

View Full Version : Which rpmfusion repos?


dwightpaige79
29th August 2010, 10:01 PM
Which rpmfusion repos are we to use in Fedora 14?
Here's:

yum repolist
Loaded plugins: langpacks, presto, refresh-packagekit
Adding en_US to language list
repo id repo name status
fedora Fedora 14 - x86_64 21,814
rpmfusion-free RPM Fusion for Fedora 14 - Free 0
rpmfusion-free-updates RPM Fusion for Fedora 14 - Free - Updates 0
rpmfusion-nonfree RPM Fusion for Fedora 14 - Nonfree 0
rpmfusion-nonfree-updates RPM Fusion for Fedora 14 - Nonfree - Updates 0
updates Fedora 14 - x86_64 - Updates 0
repolist: 21,814

And here's problem:

# yum -v check-update
Loading "langpacks" plugin
Loading "presto" plugin
Loading "refresh-packagekit" plugin
Adding en_US to language list
Config time: 0.046
Yum Version: 3.2.28
Setting up Package Sacks
Error: Cannot retrieve repository metadata (repomd.xml) for repository: rpmfusion-free. Please verify its path and try again


---------- Post added at 04:01 PM CDT ---------- Previous post was at 03:47 PM CDT ----------

And another thing is that I can't change anything about repos in KPackagekit.

macemoneta
29th August 2010, 10:06 PM
You should (by default) have these enabled when you install the rpmfusion release packages:

rpmfusion-free
rpmfusion-free-updates
rpmfusion-nonfree
rpmfusion-nonfree-updates

As always, the rpmfusion repositories are available around the time a release goes generally available (GA). For Fedora 14 that would be 2010-11-02 (https://fedoraproject.org/wiki/Releases/14/Schedule).

dwightpaige79
29th August 2010, 10:12 PM

But I can edit '/etc/yum.repos.d'.

---------- Post added at 04:12 PM CDT ---------- Previous post was at 04:10 PM CDT ----------

You should (by default) have these enabled when you install the rpmfusion release packages:

rpmfusion-free
rpmfusion-free-updates
rpmfusion-nonfree
rpmfusion-nonfree-updates

As always, the rpmfusion repositories are available around the time a release goes generally available (GA). For Fedora 14 that would be 2010-11-02 (https://fedoraproject.org/wiki/Releases/14/Schedule).

So if I want to use rpmfusion now it's rawhide?

macemoneta
29th August 2010, 10:19 PM
Yes, the rpmfusion-free-rawhide and rpmfusion-nonfree-rawhide repositories are where rpmfusion development is taking place. To enable or disable repositories, you can edit the files in /etc/yum.repos.d/ as root.

Don't expect everything to work; it's still over two months to release. The reason to run Fedora 14 at this point is to report bugs in the Fedora bugzilla (https://bugzilla.redhat.com/) and rpmfusion bugzilla (https://bugzilla.rpmfusion.org/). Remember to apply updates at least daily, as active development is taking place.

dwightpaige79
29th August 2010, 10:22 PM
Yes, the rpmfusion-free-rawhide and rpmfusion-nonfree-rawhide repositories are where rpmfusion development is taking place. To enable or disable repositories, you can edit the files in /etc/yum.repos.d/ as root.

Don't expect everything to work; it's still three months to release. The reason to run Fedora 14 at this point is to report bugs in the Fedora bugzilla (https://bugzilla.redhat.com/) and rpmfusion bugzilla (https://bugzilla.rpmfusion.org/).

Thanks. I don't expect everything to work.This is a test install. I have Fedora 13 and Mandriva 2001.1 which are both stable for production.

Oh,and there are a few things already not working...

I think this is what I want for now:

# yum repolist
Loaded plugins: langpacks, presto, refresh-packagekit
Adding en_US to language list
repo id repo name status
*fedora Fedora 14 - x86_64 21,814
rpmfusion-free-rawhide RPM Fusion for Fedora Rawhide - Free 530
rpmfusion-nonfree-rawhide RPM Fusion for Fedora Rawhide - Nonfree 181
updates-testing Fedora 14 - x86_64 - Test Updates

AdamW
31st August 2010, 07:03 AM
yes. Fusion hasn't switched to the 'Branched' process that Fedora is now using; it's still using the process Fedora used to use, where development for the next version happens in the 'Rawhide' branch.

dwightpaige79
2nd September 2010, 01:43 AM
yes. Fusion hasn't switched to the 'Branched' process that Fedora is now using; it's still using the process Fedora used to use, where development for the next version happens in the 'Rawhide' branch.

Thanks for confirmation.