Difference between revisions of "Adobe Flash"
From GalliumOS Wiki
Line 1: | Line 1: | ||
Adobe Flash apps (and Twitch streams, etc) require Adobe Flash Player, which is not included by default in GalliumOS. | Adobe Flash apps (and Twitch streams, etc) require Adobe Flash Player, which is not included by default in GalliumOS. | ||
− | + | === Chromium and Firefox=== | |
− | * | + | * Install adobe-flashplugin from Canonical's <code>partner</code> repository. |
− | |||
<pre style="margin:0 0 0 2em; padding:0.4em;"> | <pre style="margin:0 0 0 2em; padding:0.4em;"> | ||
− | sudo | + | sudo add-apt-repository "deb http://archive.canonical.com/ubuntu vivid partner" |
sudo apt-get update | sudo apt-get update | ||
sudo apt-get install adobe-flashplugin | sudo apt-get install adobe-flashplugin | ||
</pre> | </pre> | ||
+ | * Confirm installation by entering <code>chrome://plugins</code> (Chromium) or <code>about:plugins</code> (Firefox) into the URL bar | ||
− | + | === Google Chrome === | |
+ | |||
+ | The proprietary version of Google Chrome includes PepperFlash. See [[Additional Software]] for Google Chrome installation instructions. |
Revision as of 23:40, 2 March 2016
Adobe Flash apps (and Twitch streams, etc) require Adobe Flash Player, which is not included by default in GalliumOS.
Chromium and Firefox
- Install adobe-flashplugin from Canonical's
partner
repository.
sudo add-apt-repository "deb http://archive.canonical.com/ubuntu vivid partner" sudo apt-get update sudo apt-get install adobe-flashplugin
- Confirm installation by entering
chrome://plugins
(Chromium) orabout:plugins
(Firefox) into the URL bar
Google Chrome
The proprietary version of Google Chrome includes PepperFlash. See Additional Software for Google Chrome installation instructions.