Pour le flash sur le ubuntu x64 du temp que la version de adobe flash x64 netait pas dispo, j'ai tout simplement exécuté ce script que tu peu essayer en cas d'echec avec la methode de Fabian:
#!/bin/bash # Script created by # Romeo-Adrian Cioaba [email protected] # Super minor updates by jason.melton[at]gmail[dot]com # Updates by Alejandro Cuervo 3[at]cuervo[dot]net # more very minor updates by damien[at]groovey[dot]com # Released under GPL echo "Closing Firefox" sudo killall -9 firefox echo "Downloading and instaling Getlibs for required libraries" wget http://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 http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_10_linux.tar.gz tar zxvf install_flash_player_10_linux.tar.gz sudo mv libflashplayer.so /usr/lib/mozilla/plugins/ 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" --- Michael Faille 2009/10/5 Fabian Rodriguez <[email protected]> > Steve Grégoire wrote: > > Bonjour! depuis quelque jour j ai un nouvelle ordinateur avec ubuntu > > 9.04 x64. > > Sur certain site je ne peux voir les menu ou autres... j ai essayer d > > installer le plugin de adobe et il na jamais voulu s installer. > > Quoi faire? > > lorsque je veux jouer a certain jeux du genre supertux ou ri-li, je dois > > désactiver l économiseur d'écran. > > Quoi faire? > > Merci de bien vouloir m aider! > > Steve Grégoire > > Salut Steve, > > Je suis sur une 9.04 x64 depuis plusieurs mois, je n'ai pas les > problèmes dont tu parles. > > Pour Flash 64 bits c'est ici, il faut installer et faire les > mises-à-jour "à bras": > http://labs.adobe.com/downloads/flashplayer10.html > > Attention c'est pour "tests seulement", autrement dit moins stable - > quoique je n'ai pas remarqué de problème. > > A+ > > Fabian > > > -- > Ubuntu-quebec mailing list > [email protected] > https://lists.ubuntu.com/mailman/listinfo/ubuntu-quebec >
-- Ubuntu-quebec mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-quebec
