Fedora 25 install adobe flashplayer

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 …
more ...

Flash player not working in chrome incognito.

Flash player now working in chrome private window (incognito), solution is simple stupid!

Just open chrome://flags/#prefer-html-over-flash and change the Prefer HTML over Flash dropdown box to disabled.


LINKS

  • https://forums.adobe.com/thread/2298071
  • chrome://flags/#prefer-html-over-flash
more ...

Fedora - install Nvidia driver

Install RPMFusion repository

sudo dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm

Important! Upgrade to latest versions kernel and SELinux packages

sudo dnf update kernel* selinux-policy*

Install required packages

sudo dnf install gcc kernel-headers kernel-devel

Install Nvidia drivers …

more ...