Комментарии 10
похоже стеб на тему «как это легко и просто»
и классно)
и классно)
Вообще говоря есть более «простые» решения в виде одного скрипта:
#!/bin/bash
# Script created by
# Romeo-Adrian Cioaba romeo.cioaba@spotonearth.com
# Super minor updates by jason.melton[at]gmail[dot]com
# Updates by Alejandro Cuervo 3[at]cuervo[dot]net
# Released under GPL
echo «Closing Firefox»
sudo killall -9 firefox
echo «Downloading and instaling Getlibs for required libraries»
wget www.boundlesssupremacy.com/Cappy/getlibs/getlibs-all.deb
sudo dpkg -i getlibs-all.deb
echo «Removing previous installs of flash:»
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 ia32-libs and nspluginwrapper»
sudo apt-get install ia32-libs nspluginwrapper
echo «Getting libs»
sudo getlibs -p libcurl3
sudo getlibs -p libnss3-1d
sudo getlibs -p libnspr4-0d
echo «Installing Flash Player 10»
cd ~
wget fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_10_linux.tar.gz
tar zxvf install_flash_player_10_linux.tar.gz
sudo cp install_flash_player_10_linux/libflashplayer.so /usr/lib/mozilla/plugins/
rm -rf ~/install_flash_player_10_linux/
sudo nspluginwrapper -i /usr/lib/mozilla/plugins/libflashplayer.so
echo «Linking the libraries so that firefox can see them.»
sudo ln -sf /usr/lib/nspluginwrapper/plugins/npwrapper.libflashplayer.so /usr/lib/mozilla/plugins/
sudo ln -sf /usr/lib/nspluginwrapper/plugins/npwrapper.libflashplayer.so /usr/lib/firefox-addons/plugins/
echo «Done :-)»
echo «You may re-start Firefox now»
— для swiftfox'a аналогично
#!/bin/bash
# Script created by
# Romeo-Adrian Cioaba romeo.cioaba@spotonearth.com
# Super minor updates by jason.melton[at]gmail[dot]com
# Updates by Alejandro Cuervo 3[at]cuervo[dot]net
# Released under GPL
echo «Closing Firefox»
sudo killall -9 firefox
echo «Downloading and instaling Getlibs for required libraries»
wget www.boundlesssupremacy.com/Cappy/getlibs/getlibs-all.deb
sudo dpkg -i getlibs-all.deb
echo «Removing previous installs of flash:»
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 ia32-libs and nspluginwrapper»
sudo apt-get install ia32-libs nspluginwrapper
echo «Getting libs»
sudo getlibs -p libcurl3
sudo getlibs -p libnss3-1d
sudo getlibs -p libnspr4-0d
echo «Installing Flash Player 10»
cd ~
wget fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_10_linux.tar.gz
tar zxvf install_flash_player_10_linux.tar.gz
sudo cp install_flash_player_10_linux/libflashplayer.so /usr/lib/mozilla/plugins/
rm -rf ~/install_flash_player_10_linux/
sudo nspluginwrapper -i /usr/lib/mozilla/plugins/libflashplayer.so
echo «Linking the libraries so that firefox can see them.»
sudo ln -sf /usr/lib/nspluginwrapper/plugins/npwrapper.libflashplayer.so /usr/lib/mozilla/plugins/
sudo ln -sf /usr/lib/nspluginwrapper/plugins/npwrapper.libflashplayer.so /usr/lib/firefox-addons/plugins/
echo «Done :-)»
echo «You may re-start Firefox now»
— для swiftfox'a аналогично
Ваше «решение» устанавливает 32-битную версию flashplayer на 64-битную систему, это совсем не то, прочитайте в чём суть топика :)
Отнюдь.
32-битный плеер не работает в 64-битной системе, иначе бы не было проблемы в разработке 64-битного плеера.
По крайней мере, предыдущие версии плеера мне не удалось поставить. Это — работает.
32-битный плеер не работает в 64-битной системе, иначе бы не было проблемы в разработке 64-битного плеера.
По крайней мере, предыдущие версии плеера мне не удалось поставить. Это — работает.
Благодарствую!
wget download.macromedia.com/pub/labs/flashplayer10/libflashplayer-10.0.d21.1.linux-x86_64.so.tar.gz
Ссылка не работает....((
Ссылка не работает....((
Зарегистрируйтесь на Хабре, чтобы оставить комментарий
Adobe Flash Player 10.0 для 64-битного Linux