Ubuntu10.04のchromeにFlashPlayerをインストール

参考 http://maketecheasier.com/enable-flash-support-in-google-chrome-in-ubuntu/2009/08/19


http://labs.adobe.com/downloads/flashplayer10.html から64bitのflashplayerをダウンロードしてくる

wget http://download.macromedia.com/pub/labs/flashplayer10/flashplayer_square_p2_64bit_linux_092710.tar.gz
tar -zxvf flashplayer_square_p2_64bit_linux_092710.tar.gz
sudo mkdir /opt/google/chrome/plugins
sudo cp libflashplayer.so /opt/google/chrome/plugins/

で、chromeを起動するときに --enable-pluginsオプションを渡して起動するようにショートカットを書き換える。左上のアプリケーションメニューを右クリックして、chromeのショートカットを編集すればいい

/opt/google/chrome/google-chrome --enable-plugins %U

一度chromeのウィンドウを全て終了してから、enable-plugins付きのショートカットから起動すればok