Firefoxにフラッシュプラグインをインストールします。
これをしないと、映像系のコンテンツを見ることができないことが多いので・・・。
で、参考にさせてもらったのは、こちら。バージョンこそ違いますが、まぁ問題ないでしょう。
手順としてはこんな感じ(参考にしたサイトに全部載ってますけどね)。
https://get.adobe.com/jp/flashplayer/からRPMファイルをダウンロードする。ちなみにダウンロードしたファイルはadobe-release-x86_64-1.0-1.noarch.rpmです。
このRPMをインストールする。
# rpm -Uvh adobe-release-x86_64-1.0-1.noarch.rpm
準備中… ########################################### [100%]
1:adobe-release-x86_64 ################################### [100%]
これで(たぶん)yum.repos.d以下にadobe-linux-x86_64.repoが作成される・・・はず。
YUMでデータベースを更新する。
# yum update
flashを探す。
# yum search flash
Loaded plugins: fastestmirror, priorities, refresh-packagekit, security
Loading mirror speeds from cached hostfile
* base: ftp.tsukuba.wide.ad.jp
* extras: ftp.tsukuba.wide.ad.jp
* rpmforge: ftp.kddilabs.jp
* updates: ftp.tsukuba.wide.ad.jp
15 packages excluded due to repository priority protections
============================== N/S Matched: flash ==============================
flash-plugin.x86_64 : Macromedia Flash Player
flash-plugin.i386 : Adobe Flash Player 11.2
python-webflash.noarch : Portable flash messages for WSGI apps
f3.x86_64 : Tool to test storage device (flash devices)
flvtool2.noarch : Manipulation tool for Macromedia Flash Video (FLV) files
pyvnc2swf.noarch : A VNC session recorder to Flash movie
swftools.x86_64 : Tools for SWF (Flash) animations under linux
u3-tool.x86_64 : Tool for controlling the special features of a “U3 smart drive”
: USB Flash disk
Name and summary matches only, use “search all” for everything.
うちの環境ではこれだけの情報がヒット。その中で必要なのは「flash-plugin.x86_64 : Macromedia Flash Player」。でも、どうしてi386はadobeなのにx86_64はmacromediaなんだろう?
インストールする。
# yum install flash-plugin
Firefoxを再起動する。
再起動してプラグインを確認します。
これが表示されていたらOKです。