Ubuntu 資料一覧

ChromiumでFlashプラグインを使用する方法(Ubuntu 12.04)

2012/7/12更新

対応バージョン: 12.04

ChromiumブラウザはデフォルトではFlashプラグインが組み込まれていないので、以下のコマンドでパッケージをインストールしてブラウザを再起動すれば使用可能になる。

% sudo apt-get install flashplugin-installer

プラグインの実体はインストーラと共に/usr/lib/flashplugin-installerに配置され、alternatives機能により/etc/alternatives/mozilla-flashpluginからシンボリックリンクが張られる。

% ls -l /usr/lib/flashplugin-installer
-rwxr-xr-x 1 root root      791  6月  9 05:48 install_plugin*
-rw-r--r-- 1 root root 17406436  7月 12 21:16 libflashplayer.so

% ls -l /etc/alternatives/mozilla*
lrwxrwxrwx 1 root root 48  7月 12 21:16 /etc/alternatives/mozilla-flashplugin -> /usr/lib/flashplugin-installer/libflashplayer.so

% update-alternatives --display mozilla-flashplugin
mozilla-flashplugin - 自動モード
  リンクは現在 /usr/lib/flashplugin-installer/libflashplayer.so を指しています
/usr/lib/flashplugin-installer/libflashplayer.so - 優先度 50
現在の '最適' バージョンは '/usr/lib/flashplugin-installer/libflashplayer.so' です。

関連資料・記事