Difference between revisions of "Adobe Flash"
From GalliumOS Wiki
(Tag: visualeditor) |
|||
Line 6: | Line 6: | ||
** (confirm installation by entering <code>chrome://plugins</code> into the URL bar) | ** (confirm installation by entering <code>chrome://plugins</code> into the URL bar) | ||
<pre style="margin:0 0 0 2em; padding:0.4em;"> | <pre style="margin:0 0 0 2em; padding:0.4em;"> | ||
− | sudo | + | sudo echo "deb http://archive.canonical.com/ubuntu vivid partner" > /etc/apt/sources.list.d/vivid-partner.list |
− | echo "deb http://archive.canonical.com/ubuntu vivid partner" > /etc/apt/sources.list.d/vivid-partner.list | + | sudo apt-get update |
− | apt-get update | + | sudo apt-get install adobe-flashplugin |
− | apt-get install adobe-flashplugin | ||
</pre> | </pre> | ||
Revision as of 20:43, 20 February 2016
Adobe Flash apps (and Twitch streams, etc) require Adobe Flash Player, which is not included by default in GalliumOS.
You have a few options for installing Adobe Flash, depending on your preferred web browser:
- Chromium: Install PepperFlash
- (confirm installation by entering
chrome://plugins
into the URL bar)
- (confirm installation by entering
sudo echo "deb http://archive.canonical.com/ubuntu vivid partner" > /etc/apt/sources.list.d/vivid-partner.list sudo apt-get update sudo apt-get install adobe-flashplugin
- Firefox: Install the Adobe Flash plugin for NPAPI
- (confirm installation by entering
about:plugins
into the URL bar) - (TODO)
- (confirm installation by entering
- Chrome: The proprietary version of Google Chrome includes PepperFlash. See Additional Software for installation instructions.