[polish]Poradnik: Instalacja Flash`a w F8[/polish][english]Manual: Flash installation in F8[/english]
[polish]Instalacja flash’a jest bardzo prosta. Popatrzcie.
Jeśli posiadasz yum’a:
- su -c ‘rpm -Uhv http://linuxdownload.adobe.com/adobe-release/adobe-release-i386-1.0-1.noarch.rpm’
- su -c ‘rpm –import /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux’
- su -c ‘yum install flash-plugin’
Jeśli nie posiadasz yum’a musisz zainstalować ręcznie, rpm znajdziesz tutaj.
Instalacja w systemach 64 bit jest odrobinę bardziej czasochłonna. Trzeba wykorzystać nspluginwrapper:
- su -c ‘mkdir -p /usr/lib/mozilla/plugins’
- su -c “yum -y install nspluginwrapper.{i386,x86_64} pulseaudio-libs.i386″
- su -c ‘rpm -Uhv http://linuxdownload.adobe.com/adobe-release/adobe-release-i386-1.0-1.noarch.rpm’
- su -c ‘rpm –import /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux’
- su -c ‘yum install flash-plugin’
- su -c ‘mozilla-plugin-config -i -g -v’
Po ponownym uruchomieniu Firefox’a flash powinien działać.
Na podstawie tego.
[/polish]
[english]Flash installation is easy. Take a look.
If you have yum:
- su -c ‘rpm -Uhv http://linuxdownload.adobe.com/adobe-release/adobe-release-i386-1.0-1.noarch.rpm’
- su -c ‘rpm –import /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux’
- su -c ‘yum install flash-plugin’
If you do not have yum, you can find rpm file here.
In 64 bit systems installation is little less easy. You need to use nspluginwrapper:
- su -c ‘mkdir -p /usr/lib/mozilla/plugins’
- su -c “yum -y install nspluginwrapper.{i386,x86_64} pulseaudio-libs.i386″
- su -c ‘rpm -Uhv http://linuxdownload.adobe.com/adobe-release/adobe-release-i386-1.0-1.noarch.rpm’
- su -c ‘rpm –import /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux’
- su -c ‘yum install flash-plugin’
- su -c ‘mozilla-plugin-config -i -g -v’
After restart Firefox should have flash support.
Written based on this page.
[/english]