2806
Comment: < show the gui way to prepare for rpmfusion use. fix nonfree url, fix repeated text
|
0
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
== 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 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: {{{ 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 }}} |