Install Adobe repository:
sudo dnf install http://linuxdownload.adobe.com/adobe-release/adobe-release-x86_64-1.0-1.noarch.rpm
Find and install required package for chromium-browser
:
dnf provides */libpepflashplayer.so
sudo dnf install flash-player-ppapi
Activate PepperFlash plugin in chromium-browser:
sudo ln -s /usr/lib64/flash-plugin/libpepflashplayer.so /usr/lib64/chromium-browser/PepperFlash/libpepflashplayer.so
sudo ln -s /usr/lib64/flash-plugin/manifest.json /usr/lib64/chromium-browser/PepperFlash/manifest.json
Install package for firefox
:
sudo dnf install flash-plugin
For Firefox just do
sudo dnf install http://linuxdownload.adobe.com/adobe-release/adobe-release-x86_64-1.0-1.noarch.rpm https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
sudo dnf install flash-plugin freshplayerplugin
LINKS
Comments
comments powered by Disqus