adobe flash plugin adobe reader rpm /deb

[root@localhost download]# rpm -ql adobe-release-i386.noarch
/etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux
/etc/yum.repos.d/adobe-linux-i386.repo
[root@localhost download]# 

adobe関係のリポジトリをいれればあとはyumるだけか
なるほど

[root@localhost download]# yum list | grep adobe
adobe-release-i386.noarch             1.0-1                    installed        
AdobeReader_chs.i486                  8.1.7-1                  adobe-linux-i386 
AdobeReader_cht.i486                  8.1.7-1                  adobe-linux-i386 
AdobeReader_dan.i486                  8.1.7-1                  adobe-linux-i386 
AdobeReader_deu.i486                  9.4.2-1                  adobe-linux-i386 
AdobeReader_enu.i486                  9.5.4-1                  adobe-linux-i386 
AdobeReader_esp.i486                  8.1.7-1                  adobe-linux-i386 
AdobeReader_fra.i486                  9.4.2-1                  adobe-linux-i386 
AdobeReader_ita.i486                  8.1.7-1                  adobe-linux-i386 
AdobeReader_jpn.i486                  9.4.2-1                  adobe-linux-i386 
AdobeReader_kor.i486                  8.1.7-1                  adobe-linux-i386 
AdobeReader_nld.i486                  8.1.7-1                  adobe-linux-i386 
AdobeReader_nor.i486                  8.1.7-1                  adobe-linux-i386 
AdobeReader_ptb.i486                  8.1.7-1                  adobe-linux-i386 
AdobeReader_suo.i486                  8.1.7-1                  adobe-linux-i386 
AdobeReader_sve.i486                  8.1.7-1                  adobe-linux-i386 
flash-plugin.i386                     11.2.202.280-release     adobe-linux-i386 
[root@localhost download]# yum install flash-plugin
Loaded plugins: fastestmirror, priorities, refresh-packagekit, security
Loading mirror speeds from cached hostfile
 * base: www.ftp.ne.jp

....

================================================================================
 Package          Arch     Version                   Repository            Size
================================================================================
Installing:
 flash-plugin     i386     11.2.202.280-release      adobe-linux-i386     6.6 M

....                                   

Complete!
[root@localhost download]# rpm -ql flash-plugin
/usr/bin/flash-player-properties
/usr/lib/flash-plugin
/usr/lib/flash-plugin/LICENSE
/usr/lib/flash-plugin/README
/usr/lib/flash-plugin/homecleanup
/usr/lib/flash-plugin/libflashplayer.so
/usr/lib/flash-plugin/setup
/usr/lib/kde4/kcm_adobe_flash_player.so
/usr/share/applications/flash-player-properties.desktop
/usr/share/doc/flash-plugin-11.2.202.280
/usr/share/doc/flash-plugin-11.2.202.280/readme.txt
/usr/share/icons/hicolor/16x16/apps/flash-player-properties.png
/usr/share/icons/hicolor/22x22/apps/flash-player-properties.png
/usr/share/icons/hicolor/24x24/apps/flash-player-properties.png
/usr/share/icons/hicolor/32x32/apps/flash-player-properties.png
/usr/share/icons/hicolor/48x48/apps/flash-player-properties.png
/usr/share/kde4/services/kcm_adobe_flash_player.desktop
[root@localhost download]# 

ここらへんにはいるんだね なる

[root@localhost download]# cd /usr/lib/mozilla/plugins
[root@localhost plugins]# ls -ltr
合計 128
-rwxr-xr-x. 1 root root 130376  2月 22 04:33 2013 libnsISpicec.so
lrwxrwxrwx. 1 root root     39  5月 10 06:58 2013 libflashplayer.so -> /usr/lib/flash-plugin/libflashplayer.so
[root@localhost plugins]# 

以下、参考にさせていただきました
http://centos86config.web.fc2.com/flash-player-installation.html


ウブの場合は以下のようにすると吉

root@server-machine:~# add-apt-repository "deb http://archive.canonical.com/ $(lsb_release -sc) partner"