SqueezeにAdobe Flash Playerの導入

■Squeeze(32bit版)にAdobe Flash Playerの導入

$ sudo dmidecode processor | grep CPU | grep Version
        Version: Intel(R) Atom(TM) CPU N270   @ 1.60GHz

 オペレーティングシステム	:Linux(32bit)
 バージョン			:Flash Player 11.2 for other Linux (.tar.gz) 32bit

 以下よりダウンロード。
 http://get.adobe.com/jp/flashplayer/otherversions/

■以下は「labunix」ユーザの場合

$ pwd
/home/labunix/work

$ tar ztvf install_flash_player_11_linux.i386.tar.gz  | grep "so\$"
-rw-rw-r-- flplbldr/flplbldr 17418724 2013-02-20 12:15 libflashplayer.so
-rwxrwxr-x flplbldr/flplbldr   468168 2013-02-20 12:15 usr/lib/kde4/kcm_adobe_flash_player.so

$ find ~/ -type d -name ".mozilla" -print
/home/labunix/.mozilla

■必要な「libflashplayer.so」だけ取り出す。

$ ls
extensions  firefox seamonkey

$ cd /home/`whoami`/.mozilla/ || cd ~/
$ mkdir plugins && cd plugins
$ pwd
/home/labunix/.mozilla/plugins

$ tar zxvf /home/labunix/work/install_flash_player_11_linux.i386.tar.gz libflashplayer.so
libflashplayer.so

■YouTubeが見れるようになりました。
 以下、おまけ。

■RealPlayer 11 for Linuxの導入。
 入れても使わない可能性が大なため、64bitパッケージが無いので、
 64bit版のSqueezeなら迷わず諦めるところです。

 RealPlayer Other versions
 http://uk.real.com/realplayer/other_versions.html

■とりあえず。。。

$ dpkg -I RealPlayer11GOLD.deb
 new debian package, version 2.0.
 size 8417136 bytes: control archive= 8516 bytes.
     516 bytes,    14 lines      control
   21952 bytes,   266 lines      md5sums
    1120 bytes,    45 lines   *  postinst             #!/bin/sh
    1041 bytes,    44 lines   *  prerm                #!/bin/sh
 Package: realplay
 Version: 11.0.2.2315
 Architecture: i386
 Maintainer: Helix Player Dev <player-dev@helixcommunity.org>
 Installed-Size: 20008
 Depends: lsb (>= 3.1)
 Section: graphics
 Priority: optional
 Description: plays mp3, rm, ra, rv, wma, wmv, ogg, aac, and more.
  RealPlayer for Linux is based on the open source Helix player.
  .
  RealPlayer supports RealAudio, RealVideo, WMA, WMV, MP3, Ogg Vorbis and
  Theora, H263, AAC and more. Get ready for accelerated video, full
  screen playback, and a lot more to enjoy.

■依存関係の確認。

$ dpkg -I RealPlayer11GOLD.deb | grep Depends
 Depends: lsb (>= 3.1)

$ dpkg -l | grep lsb | awk '{print $2}'
lsb-base
lsb-release

$ sudo apt-get install -y lsb

$ sudo dpkg -i RealPlayer11GOLD.deb
Selecting previously deselected package realplay.
(Reading database ... 110676 files and directories currently installed.)
Unpacking realplay (from RealPlayer11GOLD.deb) ...
Setting up realplay (11.0.2.2315) ...
postinst...
Path setup done.
Succeeded.
installing application icons resource...
installing document icons resource...
Succeeded.
Configuring Mozilla...
Installing .mo locale files...
Setting selinux context...
Succeeded.