Difference between revisions of "Adobe Flash"
From GalliumOS Wiki
(Created page with "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, depen...") |
|||
Line 16: | Line 16: | ||
** (TODO) | ** (TODO) | ||
− | * '''Chrome''': The proprietary version of Google Chrome is bundled with PepperFlash. To install: | + | * '''Chrome''': The proprietary version of Google Chrome is bundled with PepperFlash. To install Google Chrome: |
<pre style="margin:0 0 0 2em; padding:0.4em;"> | <pre style="margin:0 0 0 2em; padding:0.4em;"> | ||
sudo bash | sudo bash |
Revision as of 16:45, 1 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 bash echo "deb http://archive.canonical.com/ubuntu vivid partner" > /etc/apt/sources.list.d/vivid-partner apt-get update 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 is bundled with PepperFlash. To install Google Chrome:
sudo bash curl -O https://dl-ssl.google.com/linux/linux_signing_key.pub sudo apt-key add linux_signing_key.pub add-apt-repository -y "deb http://dl.google.com/linux/chrome/deb/ stable main" apt-get update apt-get install google-chrome-stable