Устанавливаем Flash player на Убунту 64.
1. Скачиваем flash player специально для линукса.
wget http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_9_linux.tar.gz
Распаковываем
tar -xvzf ./install_flash_player_9_linux.tar.gz
2. Копируем libflashplayer.so в директорию mozilla plugins.
A couple of people have posted comments saying they used the default Gutsy x86_64 default system firefox plugin location (/usr/lib64/firefox/plugins/) which would probably be cleaner although either should work. If you go want to go this route just replace ~/.mozilla/firefox/plugins with /usr/lib64/firefox/plugins/ in the instructions below.
mkdir ~/.mozilla/firefox/plugins
cp install_flash_player_9_linux/libflashplayer.so ~/.mozilla/firefox/plugins
sudo aptitude install nspluginwrapper
nspluginwrapper -i ~/.mozilla/firefox/plugins/libflashplayer.so
Все работает.
1. Скачиваем flash player специально для линукса.
wget http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_9_linux.tar.gz
Распаковываем
tar -xvzf ./install_flash_player_9_linux.tar.gz
2. Копируем libflashplayer.so в директорию mozilla plugins.
A couple of people have posted comments saying they used the default Gutsy x86_64 default system firefox plugin location (/usr/lib64/firefox/plugins/) which would probably be cleaner although either should work. If you go want to go this route just replace ~/.mozilla/firefox/plugins with /usr/lib64/firefox/plugins/ in the instructions below.
mkdir ~/.mozilla/firefox/plugins
cp install_flash_player_9_linux/libflashplayer.so ~/.mozilla/firefox/plugins
sudo aptitude install nspluginwrapper
nspluginwrapper -i ~/.mozilla/firefox/plugins/libflashplayer.so
Все работает.
Комментарии
Отправить комментарий