5
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Ubuntu 14.04のFirefoxにJava,Flashプラグインをインストール

Last updated at Posted at 2014-05-11

Java

Java download Linux x64 * ファイルサイズ: 44.7 MB をダウンロード

/usr/lib/mozilla/plugins/libnpjp2.so
$ tar xzf jre-7u55-linux-x64.tar.gz
$ sudo mv jre1.7.0_55 /opt
$ sudo ln -s /opt/jre1.7.0_55/lib/amd64/libnpjp2.so /usr/lib/mozilla/plugins/

Flash

Flash Player download

その他のLinux用.tar.gzファイルからlibflashplayer.so
/usr/lib/mozilla/plugins/にコピー

あとはFirefoxを立ち上げて動作確認すれば良い。

5
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?