суббота, 18 сентября 2010 г.

flash player 64bit linux

Adobe выпустили 64х битную версию флэш-плагина версии 10.1, для Windows, Mac и Linux
скачать его можно тут http://labs.adobe.com/downloads/flashplayer10.html


Установить плагин на Ubuntu 64 можно таким скриптом
#!/bin/bash
# Script  created by
# Romeo-Adrian Cioaba romeo.cioaba@spotonearth.com

echo "Stopping any Firefox that might be running"
sudo killall -9 firefox

echo "Removing any other flash plugin previously installed:"
sudo apt-get remove -y --purge flashplugin-nonfree gnash gnash-common mozilla-plugin-gnash swfdec-mozilla libflashsupport nspluginwrapper
sudo rm -f /usr/lib/mozilla/plugins/*flash*
sudo rm -f ~/.mozilla/plugins/*flash*
sudo rm -f /usr/lib/firefox/plugins/*flash*
sudo rm -f /usr/lib/firefox-addons/plugins/*flash*
sudo rm -rfd /usr/lib/nspluginwrapper
   
echo "Installing Flash Player 10"
cd ~
wget http://download.macromedia.com/pub/labs/flashplayer10/flashplayer_square_p1_64bit_linux_091510.tar.gz
tar zxvf flashplayer_square_p1_64bit_linux_091510.tar.gz
sudo cp libflashplayer.so /usr/lib/mozilla/plugins/
   
echo "Linking the libraries so Firefox and apps depending on XULRunner (vuze, liferea, rsswol) can find it."
sudo ln -sf /usr/lib/mozilla/plugins/libflashplayer.so /usr/lib/firefox-addons/plugins/
sudo ln -sf /usr/lib/mozilla/plugins/libflashplayer.so  /usr/lib/xulrunner-addons/plugins/

# now doing some cleaning up:
sudo rm -rf libflashplayer.so
sudo rm -rf flashplayer_square_p1_64bit_linux_091510.tar.gz


Скрипт не мой, копирайты остались, все что я поменял в этом скрипте - изменил версию флеша
Этот скрипт удалит всякие приблуды убунтовские и поставит нормальный флешплеер для 64х битной архитектураы, который работает на много стабильнее

ссылку на актуальны 64х битный флеш плеер можно получить тут http://labs.adobe.com/downloads/flashplayer10_square.html

Комментариев нет:

Отправить комментарий