2

Playing Youtube videos in chromium I got the following issue

enter image description here

Flash play is already installed on the system. How do I fix it ?

Qasim
  • 22,092

1 Answers1

5

To fix this issue, use Pepper Flash Player, a safer and more stable version of Flash Player from Google.

Just run the following commands in terminal.

sudo apt-get install pepperflashplugin-nonfree
sudo update-pepperflashplugin-nonfree --install

For More Detail : Source

Qasim
  • 22,092