===================================
This site makes available APT and YUM enabled repositories for RPM based
Linux distributions.
Overview
How to Use YUM
Add this file to /etc/yum.repos.d/ then run
yum install flash-plugin
Method
First create a file in /etc/yum.repos.d/ . I have created a file called fedora.restricted.repo which contains all the yum links to third party and resticted format applications such as Sun Java, Codecs and Macromedia.Add the following lines:
[macromedia]
name=Macromedia for i386 Linux
baseurl=http://macromedia.rediris.es/rpm/
enabled=1
gpgcheck=1
gpgkey=http://macromedia.mplug.org/FEDORA-GPG-KEY
This repository will be seached when you next run yum (the "Yellowdog Updater Modified".
Now all you have to do is run the following command
[root@xena]# yum install flash-plugin
Loading "installonlyn" plugin
Setting up Install Process
Setting up repositories
macromedia 100% |=========================| 951 B 00:00
extras 100% |=========================| 1.1 kB 00:00
updates 100% |=========================| 1.2 kB 00:00
core 100% |=========================| 1.1 kB 00:00
Reading repository metadata in from local files
primary.xml.gz 100% |=========================| 1.1 kB 00:00
macromedia: ################################################## 3/3
primary.xml.gz 100% |=========================| 1.7 MB 00:08
extras : ################################################## 5471/5471
Parsing package install arguments
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Downloading header for flash-plugin to pack into transaction set.
flash-plugin-9.0.31.0-1.i 100% |===============| 6.1 kB 00:00
---> Package flash-plugin.i386 0:9.0.31.0-1 set to be updated
--> Running transaction check
Dependencies Resolved
========================================
Package Arch Version Repository Size
========================================
Installing:
flash-plugin i386 9.0.31.0-1 macromedia 2.5 M
Transaction Summary
========================================
Install 1 Package(s)
Update 0 Package(s)
Remove 0 Package(s)
Total download size: 2.5 M
Is this ok [y/N]: y
Downloading Packages:
(1/1): flash-plugin-9.0.3 100% |====================| 2.5 MB 00:21
warning: rpmts_HdrFromFdno: Header V3 DSA signature: NOKEY, key ID 8df56d05
Importing GPG key 0x8DF56D05 "Fedora Linux (RPMS)
Is this ok [y/N]: y
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
Installing: flash-plugin ######################### [1/1]
Installed: flash-plugin.i386 0:9.0.31.0-1
Complete!
[root@xenal ipw3945-1.2.0]# rpm -q -a | grep flas
flash-plugin-9.0.31.0-1
Now start up your firefox browser and select a site that uses Macromedia Flash such as www.youtube.com to verify that the plugin is working.

No comments:
Post a Comment