Debian GNU Linux/4.0 etch/amd64/iceweasel の変更点


* Debian GNU Linux/4.0 etch amd64 - iceweasel [#ue4732f8]
* Debian GNU/Linux 4.0 etch amd64 - iceweasel [#g497d372]

** flash player [#a60a4fdf]
*** ダウンロード [#fe217f7e]
-[[Adobe Flash Player Linux(x86)>http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_9_linux.tar.gz]]~
~

*** インストール [#kd301ffe]
/etc/apt/sources.list
 deb http://www.dipconsultants.com/debian etch main

rootにて
 aptitude update
 aptitude install markybob-keyring
 aptitude install nspluginwrapper

userにて
 mkdir ~/.mozilla/plugins
 tar xvfz install_flash_player_9_linux.tar.gz
 cd install_flash_player_9_linux
 mv flashplayer.xpt libflashplayer.so ~/.mozilla/plugins/
 nspluginwrapper -i ~/.mozilla/plugins/libflashplayer.so
~


** Adobe Reader [#k9a87243]
*** ダウンロード [#qa4cb5fc]
-[[Adobe Reader>http://www.adobe.com/products/acrobat/readstep2_allversions.html]]~
~

*** インストール [#q3b3c2c1]
rootにて
 tar xvfj AdobeReader_jpn-8.1.1-1.i486.tar.bz2
 cd AdobeReader
 ./INSTALL

userにて
 /opt/Adobe/Reader8/Browser/install_browser_plugin
 nspluginwrapper -i ~/.mozilla/plugins/nppdf.so
~

** 情報源 [#i27ec6f9]
-[[jitsu102の日記 - 64bit版IceweaselでFLASHを見る。>http://d.hatena.ne.jp/jitsu102/20071014/1192373965]]~
~