mirror of
https://pagure.io/fedora-docs/quick-docs.git
synced 2024-11-24 21:35:17 +00:00
Updated Installing Adobe Flash procedure, using Adobe official DNF repository.
This commit is contained in:
parent
17691c409f
commit
2f4dd715b7
1 changed files with 16 additions and 10 deletions
|
@ -1,20 +1,26 @@
|
|||
[id="installing_adobe_flash"]
|
||||
= Installing Adobe Flash
|
||||
|
||||
To install Adobe Flash on Fedora:
|
||||
To install Adobe Flash on Fedora, install the official repository
|
||||
|
||||
. Go to the official Adobe Flash web site at link:++https://get.adobe.com/flashplayer/otherversions/++[https://get.adobe.com/flashplayer/otherversions/].
|
||||
. In a terminal window type:
|
||||
|
||||
. In the drop-down options for _Select an Operating System_, choose *Linux (32-bit)* or *Linux (64-bit)* depending on which version of Fedora you are using.
|
||||
For 32 bit architectures
|
||||
|
||||
. In the drop-down for _Select a version_, select *FP for Linux $VERSION (.rpm) - NPAPI* for Firefox, or select *FP for Linux $VERSION (.rpm) - PPAPI* for Chromium.
|
||||
sudo dnf install http://linuxdownload.adobe.com/adobe-release/adobe-release-i386-1.0-1.noarch.rpm
|
||||
|
||||
. Click *Download Now* to download the file.
|
||||
For 64 bit architectures
|
||||
|
||||
. In a terminal window, go to the target download directory and type:
|
||||
sudo dnf install http://linuxdownload.adobe.com/adobe-release/adobe-release-x86_64-1.0-1.noarch.rpm
|
||||
|
||||
----
|
||||
sudo dnf install flash-player-$VERSION.rpm
|
||||
----
|
||||
Then
|
||||
|
||||
You have now successfully installed the Adobe Flash plug-in. You can now run multimedia on Flash-based website in your browser.
|
||||
sudo dnf install flash-plugin alsa-plugins-pulseaudio libcurl
|
||||
|
||||
When asked for importing the Adobe Systems Incorporated GPG key
|
||||
|
||||
Importing GPG key 0xF6777C67
|
||||
|
||||
type ```y``` and hit ENTER.
|
||||
|
||||
You have now successfully installed the Adobe Flash plug-in. You can now run multimedia on Flash-based website in your browser.
|
||||
|
|
Loading…
Reference in a new issue