Edit Info Other
Login

Diff for "Configuration"

Differences between revisions 2 and 4 (spanning 2 versions)
Revision 2 as of 2008-11-03 17:02:25
Size: 1286
Editor: XavierLamien
Comment: update for official announce
Revision 4 as of 2008-11-04 12:26:53
Size: 2806
Editor: sunset06
Comment: < show the gui way to prepare for rpmfusion use. fix nonfree url, fix repeated text
Deletions are marked like this. Additions are marked like this.
Line 11: Line 11:
If you want to enable access via yum to the free repository, just type the following command: Installation can be done using either using a web browser, or via the command line.

=== Graphical Setup via firefox web browser and Package Kit ===

To enable access via ''yum'' to the '''free''' repository:
 1. Open a web browser window
 1. Click [[http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm|rpmfusion-free-release]]
 1. If you are asked where to save the ''rpmfusion-free-release-stable.noarch.rpm'' choose the desktop and click save. When complete, view the download window, and double-click the downloaded ''rpmfusion-free-release-stable.noarch.rpm'' file
 1. Package Kit will ask ''Do you want to install this file ?''. Click OK to begin install.
 1. The install should go through various testing, and installing stages, and then complete.

To enable access via ''yum'' to the '''nonfree''' repository:
 1. Open a web browser window
 1. Click [[http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm|rpmfusion-nonfree-release]]
 1. If you are asked where to save the ''rpmfusion-nonfree-release-stable.noarch.rpm'' choose the desktop and click save. When complete, view the download window, and double-click the downloaded ''rpmfusion-nonfree-release-stable.noarch.rpm'' file
 1. Package Kit will ask ''Do you want to install this file ?''. Click OK to begin install.
 1. The install should go through various testing, and installing stages, and then complete.

=== Command Line Setup using rpm ===
 
To enable access via ''yum'' to the '''free''' repository, use the following command as root:
Line 17: Line 37:
If you want to enable access to the nonfree repository too, you also need to type this command: If you want to enable access to the '''nonfree''' repository as well, you also need to type this command as root:

Upgrading from Livna

All users that installed Livna properly (e.g. by installing the livna-release package) will get RPM Fusion free and nonfree repositories enabled automatically.

Upgrading from Freshrpms

All users that installed Freshrpms properly (e.g. by installing the freshrpms-release package) will get RPM Fusion free and nonfree repositories enabled automatically.

Installing Free and Non-Free Repositories

Installation can be done using either using a web browser, or via the command line.

Graphical Setup via firefox web browser and Package Kit

To enable access via yum to the free repository:

  1. Open a web browser window
  2. Click rpmfusion-free-release

  3. If you are asked where to save the rpmfusion-free-release-stable.noarch.rpm choose the desktop and click save. When complete, view the download window, and double-click the downloaded rpmfusion-free-release-stable.noarch.rpm file

  4. Package Kit will ask Do you want to install this file ?. Click OK to begin install.

  5. The install should go through various testing, and installing stages, and then complete.

To enable access via yum to the nonfree repository:

  1. Open a web browser window
  2. Click rpmfusion-nonfree-release

  3. If you are asked where to save the rpmfusion-nonfree-release-stable.noarch.rpm choose the desktop and click save. When complete, view the download window, and double-click the downloaded rpmfusion-nonfree-release-stable.noarch.rpm file

  4. Package Kit will ask Do you want to install this file ?. Click OK to begin install.

  5. The install should go through various testing, and installing stages, and then complete.

Command Line Setup using rpm

To enable access via yum to the free repository, use the following command as root:

rpm -ivh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm

If you want to enable access to the nonfree repository as well, you also need to type this command as root:

rpm -ivh http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm

Rawhide

If you installed a Fedora Beta or you use Rawhide then use the following command to enable RPM Fusion free for rawhide:

rpm -ivh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-rawhide.noarch.rpm 

And also this one if you want to use non-free too:

rpm -ivh http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-rawhide.noarch.rpm

Configuration (last edited 2024-02-14 23:47:05 by Sérgio Basto)