35

I was wondering if someone could tell me how to install the adobe flashplayer for Chromium in Ubuntu 16.04.

Thanks

muru
  • 207,228
Elysium
  • 11,142

3 Answers3

42

Be sure to enable the Canonical partners repository then run:

sudo apt update
sudo apt install adobe-flashplugin
David Foerster
  • 36,890
  • 56
  • 97
  • 151
Ryan Doherty
  • 1,029
1
sudo apt-get install adobe-flashplugin

works for chromium and firefox

D-unit
  • 319
  • 1
  • 15
0

I stopped using Chromium, but I was using Pepper Flash for a while back then. It's deprecated now, adobe-flashplugin should be enough

Source: https://wiki.ubuntu.com/Chromium/Getting-Flash

See also for detailled installation instructions: https://wiki.ubuntu.com/Chromium/Getting-Partner-Flash

Fluffy
  • 251