From 2f4dd715b7eae88cfac91f157ed077050c7fefea Mon Sep 17 00:00:00 2001 From: Alessio Date: Mon, 11 Mar 2019 10:55:04 +0100 Subject: [PATCH] Updated Installing Adobe Flash procedure, using Adobe official DNF repository. --- .../proc_installing_adobe_flash.adoc | 26 ++++++++++++------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/modules/ROOT/pages/_partials/proc_installing_adobe_flash.adoc b/modules/ROOT/pages/_partials/proc_installing_adobe_flash.adoc index 2399f6e..a2477c0 100644 --- a/modules/ROOT/pages/_partials/proc_installing_adobe_flash.adoc +++ b/modules/ROOT/pages/_partials/proc_installing_adobe_flash.adoc @@ -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. \ No newline at end of file + 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.