Fedora - Adobe Flash

Virtual PC and Virtual Box

Moderator: sjj1805

Post Reply
User avatar
sjj1805
Site Admin
Posts: 1194
Joined: Fri Oct 27, 2006 12:45 am
operating_system: Windows 10 Pro
motherboard: Hewlett Packard 2AF7
system_drive: C
32bit or 64bit: 64 Bit
processor: 2-90 gigahertz Intel Core i5 4460S
ram: 8 GB
video card: NVIDIA GeForce GT 705
sound card: P40D100-4 NVIDIA High Definition Audio
Hard_Drive_Capacity: 8 TB
Location: Birmingham UK
Contact:

Fedora - Adobe Flash

Post by sjj1805 » Sun Aug 23, 2009 8:50 pm

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.

Post Reply