As we know, Adobe ceased development of the Linux version of the Flash player in 2012. We are stuck with version 11.2, which by now is very old. Adobe continues to provide periodic security updates, and will do so until 2017. After that point, the player will cease to receive maintenance, creating security risks for anyone using it.
Google, meanwhile, in seeking to exert greater control over the browser ecosystem, developed a new kind of plugin API called Pepper (PPAPI), to replace the aging Netscape plugin API (NPAPI). Adobe agreed to make the source code of Flash available to Google, and Google creates a PPAPI-based Flash plugin exclusively for Chrome on Linux. Mozilla manifestly refuses to support PPAPI, and for good reason: it isn't an open standard and is mostly undocumented.
If you use Chrome, you're lucky: you will always have the latest version of Flash. A while back, it was discovered that the PPAPI player would also work with Chromium, and an installer was made available that downloads Chrome, unpacks it, extracts the player, and configures it to work with Chromium.
Up until recently, this left Firefox users with an increasingly aging and eventually insecure plugin. But no more! A developer has created Fresh Player, a wrapper for the PPAPI plugin that allows NPAPI-based browsers like Firefox to use the latest plugin. Yay!
1. Remove the existing Flash player and its configuration files. Typically, you will have either flashplugin-installer from the Multiverse archive or adobe-flashplugin from the Partner repository, but not both.
2. Add the Fresh Player PPA to your package management system and update your package index.
3. Install the Fresh Player plugin wrapper from the above PPA.
4. Install the Pepper Flash downloader and plugin.
And that's it! As you can see, my PC now has version 15 of the Flash player running just fine with YouTube:
Google, meanwhile, in seeking to exert greater control over the browser ecosystem, developed a new kind of plugin API called Pepper (PPAPI), to replace the aging Netscape plugin API (NPAPI). Adobe agreed to make the source code of Flash available to Google, and Google creates a PPAPI-based Flash plugin exclusively for Chrome on Linux. Mozilla manifestly refuses to support PPAPI, and for good reason: it isn't an open standard and is mostly undocumented.
If you use Chrome, you're lucky: you will always have the latest version of Flash. A while back, it was discovered that the PPAPI player would also work with Chromium, and an installer was made available that downloads Chrome, unpacks it, extracts the player, and configures it to work with Chromium.
Up until recently, this left Firefox users with an increasingly aging and eventually insecure plugin. But no more! A developer has created Fresh Player, a wrapper for the PPAPI plugin that allows NPAPI-based browsers like Firefox to use the latest plugin. Yay!
1. Remove the existing Flash player and its configuration files. Typically, you will have either flashplugin-installer from the Multiverse archive or adobe-flashplugin from the Partner repository, but not both.
Code:
sudo apt-get purge adobe-flash-properties-kde adobe-flashplugin flashplugin-installer rm -rfv ~/.macromedia ~/.adobe
Code:
sudo add-apt-repository ppa:thad-fisch/freshplayerplugin sudo apt-get update
Code:
sudo apt-get install freshplayerplugin
Code:
sudo apt-get install pepperflashplugin-nonfree
And that's it! As you can see, my PC now has version 15 of the Flash player running just fine with YouTube:
Comment