Edit Info Other
Login

Diff for "EnablingRpmFusionDuringFedoraInstall"

Differences between revisions 3 and 5 (spanning 2 versions)
Revision 3 as of 2008-11-04 11:31:40
Size: 2908
Editor: sunset06
Comment: Update to F8/9/10 era, and fix the actual method used.
Revision 5 as of 2008-11-15 09:35:35
Size: 3014
Comment: page was renamed from RPMFusionInAnaconda
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was renamed from RPMFusionInAnaconda
Line 2: Line 3:
In current Fedora releases, Anaconda (the Fedora installer) is capable of using additional RPM repositories during install. This is done using the process described in the Adding the RPM Fusion repositories during install steps below.
In Fedora 10 and later Anaconda (the Fedora installer) is capable of activating and using the RPM Fusion repositories during install.
Line 5: Line 7:
 1. Use the normal method to begin installation of Fedora.
 1. Move through the normal screens to get to the '''Additional Tasks''' screen.
Line 8: Line 8:
=== Adding the RPM Fusion '''Free''' repositories during install ===
To use the RPM Fusion repos, at least the Free repo must be added.
 1. In the Additional Repositories section, click the '''Add additional software repositories''' button.
 1. In the Edit Repository dialog, set the Repository name: '''RPM Fusion Free'''
 1. Set Repository type: '''HTTP/FTP'''
 1. Set Repository URL depending distribution version:
    - '''release''': http://mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-updates-released-9&arch=i386
Before you start installing Fedora making sure you have a supported network card and over which a connection to the internet can be established. Start the install and move through the different anaconda screens where you select language, keyboard layout, root password and target volume until you get to the ''Additional Tasks'' screen. Then follow these steps to enable the RPM Fusion:
Line 16: Line 10:
    - '''rawhide''': http://mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-rawhide&arch=i386
 1. Click '''URL is a mirror list'''
 1. Click '''OK'''
 1. Enable the the RPM Fusion '''free''' repositories
  1. In the Additional Repositories section, click the ''Add additional software repositories'' button.
  1. In the Edit Repository dialog, set the Repository name: 'RPM Fusion Free'
  1. Set Repository type: ''HTTP/FTP''
  1. Set Repository URL depending distribution version and the architecture. For Fedora 10 on i386 use
  {{{
http://mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-10&arch=i386
}}}
  1. Click ''URL is a mirror list''
  1. Click ''OK''
 1. Enable the the RPM Fusion '''nonfree''' repositories
  1. After enabling the free repository in the Additional Repositories section, click the ''Add additional software repositories'' button again.
  1. In the Edit Repository dialog, set the Repository name: ''RPM Fusion Nonfree''
  1. Set Repository type: ''HTTP/FTP''
  1. Set Repository URL depending distribution version and the architecture. For Fedora 10 on i386 use
  {{{
http://mirrors.rpmfusion.org/mirrorlist?repo=nonfree-fedora-10&arch=i386
}}}
  1. Click ''URL is a mirror list''
  1. Click ''OK''
Line 20: Line 31:
=== Adding the RPM Fusion '''Non-free''' repositories during install ===
 1. In the Additional Repositories section, click the '''Add additional software repositories''' button.
 1. In the Edit Repository dialog, set the Repository name: '''RPM Fusion Non-free'''
 1. Set Repository type: '''HTTP/FTP'''
 1. Set Repository URL depending distribution version:
   - '''release''': http://mirrors.rpmfusion.org/mirrorlist?repo=nonfree-fedora-updates-released-9&arch=i386
Now simply continue installing Fedora.
Line 27: Line 33:
   - '''rawhide''': http://mirrors.rpmfusion.org/mirrorlist?repo=nonfree-fedora-rawhide&arch=i386
 1. Click '''URL is a mirror list'''
 1. Click '''OK'''
/!\ ''Important notes:'':
Line 31: Line 35:
'''''*Note:''''' For other architectures eg x86_64 or PPC, change '''i386''' to '''x86_64''' or '''ppc'''.  * For other architectures like x86_64 or PPC, change ''i386'' to ''x86_64'' or ''ppc'' in the repository URL.
Line 33: Line 37:
'''''*Note:''''' For the Non-free repository, the Free repository must also be added. This is because the non-free repository packages can depend on packages available only in the free repo.  * Packages in the nonfree repository require packages from the free repository to be available, hence you must enable the free repository if you want to enable the nonfree repository.
Line 35: Line 39:
== Selecting RPM Fusion packages during install ==
 1. Add the Free and optionally the Non-free repos, as described above
 1. Select the '''Customize now''' checkbox
 1. Click on '''Next'''
 1. Anaconda proceeds to the next screen where you customize your installation by selecting additional packages
 1. Select at least the rpmfusion-release package
 1. Select '''Next'''.
== More informations ==
Line 43: Line 41:
'''*Note:''' Many RPM Fusion packages can be found in the group '''Applications''' and the subgroups '''Sound and Video''', and Games. === Selecting RPM Fusion packages during install ===
Line 45: Line 43:
The repository won't be enabled or used in the installed system if you forget to select rpmfusion-release, but you can fix that simply by installing the '''rpmfusion-release''' package later, using either '''Add/Remove Software''' or '''yum'''. A subset of the RPM Fusion package set will automatically get added to your install when you enable the RPM Fusion repositories in Anaconda. That for example includes, but is not limited to the gstreamer-plugings-ugly package.
Line 47: Line 45:
CategoryUsingRPMFusion But you of course can select or deselect packages during install if you select the ''Customize now'' on the Anaconda screen where you enabled the RPM Fusion repositories. If you for example deselect the complete GNOME group and enable the group KDE instead then you'll automatically get k3b-extras-freeworld selected.

Many more packages from RPM Fusion can be found in the group ''Applications'' and its subgroups ''Games'' and ''Sound and Video''. Please note that most of them are not installed by default.

----
CategoryUsingRpmFusion

Using RPM Fusion at installation time

In Fedora 10 and later Anaconda (the Fedora installer) is capable of activating and using the RPM Fusion repositories during install.

Adding the RPM Fusion repositories during install

Before you start installing Fedora making sure you have a supported network card and over which a connection to the internet can be established. Start the install and move through the different anaconda screens where you select language, keyboard layout, root password and target volume until you get to the Additional Tasks screen. Then follow these steps to enable the RPM Fusion:

  1. Enable the the RPM Fusion free repositories

    1. In the Additional Repositories section, click the Add additional software repositories button.

    2. In the Edit Repository dialog, set the Repository name: 'RPM Fusion Free'
    3. Set Repository type: HTTP/FTP

    4. Set Repository URL depending distribution version and the architecture. For Fedora 10 on i386 use
      http://mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-10&arch=i386
    5. Click URL is a mirror list

    6. Click OK

  2. Enable the the RPM Fusion nonfree repositories

    1. After enabling the free repository in the Additional Repositories section, click the Add additional software repositories button again.

    2. In the Edit Repository dialog, set the Repository name: RPM Fusion Nonfree

    3. Set Repository type: HTTP/FTP

    4. Set Repository URL depending distribution version and the architecture. For Fedora 10 on i386 use
      http://mirrors.rpmfusion.org/mirrorlist?repo=nonfree-fedora-10&arch=i386
    5. Click URL is a mirror list

    6. Click OK

Now simply continue installing Fedora.

/!\ Important notes:'':

  • For other architectures like x86_64 or PPC, change i386 to x86_64 or ppc in the repository URL.

  • Packages in the nonfree repository require packages from the free repository to be available, hence you must enable the free repository if you want to enable the nonfree repository.

More informations

Selecting RPM Fusion packages during install

A subset of the RPM Fusion package set will automatically get added to your install when you enable the RPM Fusion repositories in Anaconda. That for example includes, but is not limited to the gstreamer-plugings-ugly package.

But you of course can select or deselect packages during install if you select the Customize now on the Anaconda screen where you enabled the RPM Fusion repositories. If you for example deselect the complete GNOME group and enable the group KDE instead then you'll automatically get k3b-extras-freeworld selected.

Many more packages from RPM Fusion can be found in the group Applications and its subgroups Games and Sound and Video. Please note that most of them are not installed by default.


CategoryUsingRpmFusion

EnablingRpmFusionDuringFedoraInstall (last edited 2023-11-14 09:37:58 by anonymous)