jueves, 4 de junio de 2009

Instalar FlashPlayer en GNU/Linux

Instalar FlashPlayer en varias distros de GNU/Linux

Tal como su nombre lo dice, como instalar flashplayer en algunas distros de uso común, esto es para que puedan ver sus tutoriales, youtube, etc.

En CentOS/RedHat

Ir a http://www.adobe.com/go/getflashplayer

Bajar el tar.gz tarball

$ tar -zxf Flash_Player_10_for_Linux_.tar.gz

$ cd Flash_Player_10_for_Linux

# ./flashplayer-installer


Ejecutar el instalador, cuando pregunte por la ruta de Firefox escribimos /usr/lib/mozilla…

Si no funciona adecuadamente por alguna extraña razón podemos copiar manualmente el archivo libflashplayer.so al directorio /usr/lib/mozilla/plugins/

# cp libflashplayer.so /usr/lib/mozilla/plugins/


Una vez copiado ejecutamos firefox y entramos a youtube para verificar.

En Ubuntu (Multiverse Repo)

$ sudo apt-get install flashplugin-nonfree


En OpenSUSE, Slackware y Mandriva

$ cd install_flash_player_10_linux

$~/install_flash_player_10_linux> ./flashplayer-installer


Copyright(C) 2002-2006 Adobe Macromedia Software LLC.  All rights reserved.

Adobe Flash Player 10 for Linux

Adobe Flash Player 10 will be installed on this machine.

You are running the Adobe Flash Player installer as a non-root user.

Adobe Flash Player 10 will be installed in your home directory.

Support is available at http://www.adobe.com/support/flashplayer/

To install Adobe Flash Player 10 now, press ENTER.

To cancel the installation at any time, press Control-C.

NOTE: Please exit any browsers you may have running.

Press ENTER to continue…

———– Install Action Summary ———–

Adobe Flash Player 10 will be installed in the following directory:

Mozilla installation directory = /home/israel/.mozilla

Proceed with the installation? (y/n/q): y

NOTE: Please ask your administrator to remove the xpti.dat from the
components directory of the Mozilla or Netscape browser.

Installation complete.

Perform another installation? (y/n): n


En Fedora 9 y 10

$ sudo rpm -ivh http://linuxdownload.adobe.com/adobe-release/adobe-release-i386-1.0-1.noarch.rpm

$ sudo yum install flash-plugin


Eso es todo!

No hay comentarios: