Comment 49 for bug 462433

Revision history for this message
In , Michal (michal-redhat-bugs) wrote :

(In reply to comment #35)
> Download it from Adobe website.

If you are installing 64-bit flash-plugin then on a long run you will be much better with the following:

1. Write to /var/tmp/adobe.repo this:

[adobe-linux-x86_64]
name=Adobe
baseurl=http://linuxdownload.adobe.com/linux/$basearch/
enabled=1
gpgcheck=0

2. yumdownloader -c /var/tmp/adobe.repo 'adobe-release*'
3. Install just retrieved rpm file ('--nogpgcheck' may be needed)
4. yum remove flash-plugin.i386
5. yum install flash-plugin.x86_64
6. rm /var/tmp/adobe.repo