Results 1 to 10 of 10
I recently went from Fedora Redhat to Mandrake. I got Flash Player to install on Redhat but cannotget it on Mandrake. Any help would be appreciated....
- 01-05-2005 #1Just Joined!
- Join Date
- Jan 2005
- Posts
- 29
Complete newbie...need help installing Flash PLayer
I recently went from Fedora Redhat to Mandrake. I got Flash Player to install on Redhat but cannotget it on Mandrake. Any help would be appreciated.
- 01-05-2005 #2
What errors do you get?
- 01-05-2005 #3Just Joined!
- Join Date
- Jan 2005
- Posts
- 29
no errors, just do not know where to start. Like I said I have done it once but I do not remember how. I am a windows guy checking out Linux for the first time. I do have minimal programming knowledge but I am unfamiliar with this environment.
I have downloaded the flash installer onto the DESKTOP. then I am told:
2. Save the Installer to your desktop and wait for the file to download completely.
3. Unpackage the file. A directory called install_flash_player_7_linux will be created.
4. Navigate to this directory and from the command line type ./flashplayer-installer to run the installer (Note: this can only be run from the command line). The installer will instruct you to shut down your browser(s).
I am assuming I do step 4 from TERMINAL SERVICES? I cannot seem to get there. That is the problem.
- 01-05-2005 #4
If you go into the terminal and type:
replace /Path/to/install_flash_player_7_linux, with the path to the file, e.g. /home/dylunio/Desktop/install_flash_player_7_linuxCode:cd /Path/to/install_flash_player_7_linux ./flashplayer-installer
hope this helps;
dylunio
- 01-06-2005 #5Linux Guru
- Join Date
- Mar 2003
- Location
- Wisconsin
- Posts
- 1,907
If you're using FireFox, go here, click on install plugins in the flash section, and it'll do it automatically.
JeremyRegistered Linux user #346571
"All The Dude ever wanted was his rug back" - The Dude
- 01-06-2005 #6Linux Engineer
- Join Date
- May 2003
- Location
- Greece / Athens
- Posts
- 1,169
if you are using mozilla browsers ,if you don't have flash installed when entering a site with flash you will be propted to download it.click yes and all the job will be done for you automatically..
Linux For Ever!
- 01-22-2005 #7Just Joined!
- Join Date
- Dec 2004
- Location
- Lakeland, FL
- Posts
- 1
the macromedia site doesn't seem to want to do the self-install mentioned above.
it shows the little puzzle pieces adn if i click on them, it says "this page contains information that can only be viewed with the appropriate plugin"
i hit ok... nothing happens... ever.
i also tried the steps mentioned at the beginning where you download the .tar and extract it and i can't do JACK in the terminal.
it says it doesn't even exist.
-ubuntu newbie!
- 01-23-2005 #8Linux Engineer
- Join Date
- Aug 2004
- Posts
- 826
can you post the exact output from the terminal? i'm not quite clear what the problem is.
Originally Posted by datchew
also, what version of firefox are you using?
- 01-23-2005 #9
datchew, if I'm understanding your problem correctly, you're simply in the wrong directory when you try to unpack the tarball. If you've downloaded it to your desktop, you need to do this in the terminal:
That should take care of it for you.Code:cd /home/USERNAME HERE/Desktop tar xvfz install_flash_player_7_linux.tar.gz cd install_flash_player_7_linux ./flashplayer-installer
- 02-19-2005 #10Just Joined!
- Join Date
- Jan 2005
- Posts
- 12
I'm getting problems when I try this.
One, I'm running an older version of Firefox and downloaded v1.0, but how do I install it? I tried to run the Firefaox installer, but it won't update.
Two, when I tried to install the flashplayer this is what I get:
[name@localhost ~]$ cd /home/name/Desktop
[namer@localhost Desktop]$ tar xvfz install_flash_player_7_linux.tar.gz
tar: install_flash_player_7_linux.tar.gz: Cannot open: No such file or directorytar: Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors
[name@localhost Desktop]$
Is there anything I did wrong?
Thanks,


Reply With Quote
