Skip to content

Instantly share code, notes, and snippets.

@NickLaMuro
Created December 5, 2011 21:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NickLaMuro/1435474 to your computer and use it in GitHub Desktop.
Save NickLaMuro/1435474 to your computer and use it in GitHub Desktop.
Flash on chrome for linux

This is just a quick set of instructions to install google chrome with flash for ubuntu.

###1. Install chrome

I just grabbed the install from www.google.com/chrome and installed it that way.

###2. Install the flash plugin

sudo apt-get install flashplugin-nonfree

###3. Make a plugins dir

sudo mkdir /opt/google/chrome/plugins

###4. Copy the plugin into the chrome plugin's dir

sudo cp /usr/lib/flashplugin-installer/libflashplayer.so /opt/google/chrome/plugins/

This is a modified version of this post: http://whatan00b.com/enabling-flash-in-chrome-on-ubuntu-10-04

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment