Page 1 of 1

Fedora - Adobe Flash

Posted: Sun Aug 23, 2009 8:50 pm
by sjj1805
http://www.howtoforge.org/the-perfect-d ... 1-gnome-p3

Open a terminal window (under Applications > System Tools > Terminal)...
... and type in

su

to become root.

Then run

rpm -Uvh http://download1.rpmfusion.org/free/fed ... noarch.rpm http://download1.rpmfusion.org/nonfree/ ... noarch.rpm

This adds the RPM Fusion repository (a merger or Dribble, Freshrpms, and rpm.livna.org) to our package manager.

Next we add the Adobe repository which provides the Flash player and the Adobe Reader:

rpm -Uvh http://linuxdownload.adobe.com/adobe-re ... noarch.rpm

Finally we add the Skype repository - as there is no rpm, we have to do it manually:

gedit /etc/yum.repos.d/skype.repo
A \"Notepad\" pops up - place the following in and save/close

[skype]
name=Skype Repository
baseurl=http://download.skype.com/linux/repos/f ... ates/i586/
gpgkey=http://www.skype.com/products/skype/lin ... ic-key.asc
enabled=1
gpgcheck=0


Now that we have added additional repositories, a lot more packages are available in our package manager for installation, especially a big deal of our needed packages. To install them, go to System > Administration > Add/Remove Software:

Use the search field and select the following packages for installation (* is a wildcard; e.g. mplayer* means all packages that start with mplayer) and click on Apply afterwards:

* f-spot
* flash-plugin
* filezilla
* thunderbird
* amule
* azureus
* skype
* xchat-gnome
* openoffice.org*
* AdobeReader_enu
* gnucash
* scribus
* amarok
* audacity
* banshee
* mplayer
* mplayer-gui
* gtkpod
* xmms*
* DVDRipOMatic
* dvdrip
* kino
* vlc
* mozilla-vlc
* xine*
* k3b
* bluefish
* kdewebdev
* java
* compat-libstdc++-33 (needed by RealPlayer)
* ffmpeg
* lame
* libXp
* mjpegtools
* wget
* VirtualBox-OSE
* gstreamer-*

Afterwards, the selected packages will be installed. This can take a few minutes, so please be patient.