LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Flash player installation on linux (https://www.linuxquestions.org/questions/linux-software-2/flash-player-installation-on-linux-653460/)

khurram555 07-03-2008 10:19 PM

Flash player installation on linux
 
Please tell me How to install flashplayer in linux.
I am using a linux 64bit system with Red Hat version5 browser.
please tell me the complete installation commands and tell me the site from which the required setup can be downloaded.

weibullguy 07-04-2008 12:16 AM

Why don't I install it for you too?
Code:

wget http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_9_linux.tar.gz &&
wget http://svn.cross-lfs.org/svn/repos/patches/flashplayer/flashplayer-9.0.31.0-allowx86_64-1.patch &&
tar xf install_flash_player_9_linux.tar.gz &&
cd install_flash_player_9_linux &&
patch -Np1 -i ../flashplayer-9.0.31.0-allowx86_64-1.patch &&
./flashplayer-installer


khurram555 07-07-2008 05:37 AM

Quote:

Originally Posted by weibullguy (Post 3203562)
Why don't I install it for you too?
Code:

wget http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_9_linux.tar.gz &&
wget http://svn.cross-lfs.org/svn/repos/patches/flashplayer/flashplayer-9.0.31.0-allowx86_64-1.patch &&
tar xf install_flash_player_9_linux.tar.gz &&
cd install_flash_player_9_linux &&
patch -Np1 -i ../flashplayer-9.0.31.0-allowx86_64-1.patch &&
./flashplayer-installer



error comes" Your architecture, \'x86_64\', is not supported by the
Adobe Flash Player installer."
what should i do?


All times are GMT -5. The time now is 01:25 AM.