lost and found ( for me ? )

Showing posts with label linux 64bit. Show all posts
Showing posts with label linux 64bit. Show all posts

how to install flash player on 64bit linux

フラッシュプレイヤーの 64bit linux 用あったので、ためしに fedora 11 64bit にインストール。

# uname -r
2.6.30.8-64.fc11.x86_64

# cat /etc/redhat-release
Fedora release 11 (Leonidas)

-- ダウンロード

Flash Player 10 for 64-bit Linux

http://labs.adobe.com/downloads/flashplayer10.html

--

# tar xzvf libflashplayer-10.0.32.18.linux-x86_64.so.tar.gz

libflashplayer.so が解凍される。

これを /usr/lib64/mozilla/plugins にコピー

# mv libflashplayer.so /usr/lib64/mozilla/plugins

ブラウザを再起動して完了。

get things done !