Difference between revisions of "Adobe Flash"

From GalliumOS Wiki
Jump to: navigation, search
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Adobe Flash apps (and Twitch streams, etc) require Adobe Flash Player, which is not included by default in GalliumOS.
+
See https://wiki.galliumos.org/Additional_Software#Adobe_Flash
 
 
You have a few options for installing Adobe Flash, depending on your preferred web browser:
 
 
 
* '''Chromium''': Install PepperFlash
 
** (confirm installation by entering <code>chrome://plugins</code> into the URL bar)
 
<pre style="margin:0 0 0 2em; padding:0.4em;">
 
sudo bash
 
echo "deb http://archive.canonical.com/ubuntu vivid partner" > /etc/apt/sources.list.d/vivid-partner.list
 
apt-get update
 
apt-get install adobe-flashplugin
 
</pre>
 
 
 
* '''Firefox''': Install the Adobe Flash plugin for NPAPI
 
** (confirm installation by entering <code>about:plugins</code> into the URL bar)
 
** (TODO)
 
 
 
* '''Chrome''': The proprietary version of Google Chrome includes PepperFlash. See [[Additional Software]] for installation instructions.
 

Latest revision as of 14:40, 5 May 2016

See https://wiki.galliumos.org/Additional_Software#Adobe_Flash