Archives de la catégorie bash

Flash player 10 Firefox & Opera

Voici 2 scripts pour installer flash player 10 sur Ubuntu 8.10 64 bit respectivement sur Firefox et Opera

On commence par Firefox ;)

echo "Fermeture de Firefox"
sudo killall -9 firefox
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
cd ~
wget http://download.macromedia.com/pub/labs/flashplayer10/libflashplayer-10.0.22.87.linux-x86_64.so.tar.gz
tar zxvf libflashplayer-10.0.22.87.linux-x86_64.so.tar.gz
sudo cp libflashplayer.so /usr/lib/mozilla/plugins/
sudo cp libflashplayer.so /usr/lib/firefox-addons/plugins/
rm -rf libflashplayer.so
rm -rf libflashplayer-10.0.22.87.linux-x86_64.so.tar.gz
echo "-----------------------------------------------------------------------"
 Lire la suite »

Pas de commentaire