Updated Installing Adobe Flash procedure, using Adobe official DNF repository.

This commit is contained in:
Alessio 2019-03-11 10:55:04 +01:00
parent 17691c409f
commit 2f4dd715b7

View file

@ -1,20 +1,26 @@
[id="installing_adobe_flash"] [id="installing_adobe_flash"]
= 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
---- Then
sudo dnf install flash-player-$VERSION.rpm
----
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.