LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Closed Thread
  Search this Thread
Old 06-25-2008, 04:34 AM   #1
mongoosecage
Member
 
Registered: Jun 2008
Distribution: Slackware 13.0, Ubuntu 9.10, Windows XP Pro SP3
Posts: 100

Rep: Reputation: 15
Don't know how to install Flash Player in Slackware


I have tried installing the Flash Player tar.gz. To no avail. I have been spoiled by ubuntu. I tried

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

Adobe Flash Player 9 for Linux

Adobe Flash Player 9 will be installed on this machine.

You are running the Adobe Flash Player installer as the "root" user.
Adobe Flash Player 9 will be installed system-wide.

Support is available at doubleveesoryous dot adobe dot com/support/flashplayer/ (no urls thats why)

To install Adobe Flash Player 9 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...



Please enter the installation path of the Mozilla, Netscape,
or Opera browser (i.e., /usr/lib/mozilla): /usr/lib/mozilla

WARNING: Please enter a valid installation path.

Please enter the installation path of the Mozilla, Netscape,
or Opera browser (i.e., /usr/lib/mozilla): 

WARNING: Please enter a valid installation path.

Please enter the installation path of the Mozilla, Netscape,
or Opera browser (i.e., /usr/lib/mozilla):
I tried typing in other random things it would acknowledge that they didnt exsist but everytime I try to tell it its in mozilla it seems like its lying to me and ignoring it. Seems strange

Does anyone have answers? This has been bugging me for two days. If i click on the .sh installer it hangs and crashes in my face.
 
Old 06-25-2008, 04:36 AM   #2
LordAnta
Member
 
Registered: Apr 2008
Location: Munich, Germany
Distribution: Slackware current
Posts: 128

Rep: Reputation: 18
try /usr/lib/firefox if you are using firefox.
 
Old 06-25-2008, 05:32 AM   #3
mongoosecage
Member
 
Registered: Jun 2008
Distribution: Slackware 13.0, Ubuntu 9.10, Windows XP Pro SP3
Posts: 100

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by LordAnta View Post
try /usr/lib/firefox if you are using firefox.
Ok yeap did it, if i did that in the usr/lib would that effect my computer in a bad way? I was trying to get it to enter my folder because it kept on trying to find folders in the folder it was contained in. So I copied the files inside to usr/lib would that effect it?
 
Old 06-25-2008, 07:17 AM   #4
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
May I suggest using the Slackbuild script at Slackbuilds.org. Running this will create a Slackware package that will put stuff in the right place.
 
Old 06-25-2008, 09:52 AM   #5
schneidz
LQ Guru
 
Registered: May 2005
Location: boston, usa
Distribution: fedora-35
Posts: 5,313

Rep: Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918
does the web-installer not work ?

whenever i visit [youtube/ adultswim] in knoppix it will tell me a plug-in is missing and i click on install.
 
Old 06-25-2008, 10:41 AM   #6
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,298
Blog Entries: 61

Rep: Reputation: Disabled
When it gets to this stage:

Code:
Please enter the installation path of the Mozilla, Netscape,
or Opera browser (i.e., /usr/lib/mozilla):
Type in:

Code:
/usr/lib/firefox-2.0.0.14
Then press Enter. Simple. Worked for me.
 
Old 06-25-2008, 06:45 PM   #7
mongoosecage
Member
 
Registered: Jun 2008
Distribution: Slackware 13.0, Ubuntu 9.10, Windows XP Pro SP3
Posts: 100

Original Poster
Rep: Reputation: 15
Got it.

yeap

usr/lib/firefox did it for me. Thanks everyone.
 
Old 10-14-2008, 02:23 AM   #8
brittosa
LQ Newbie
 
Registered: Oct 2008
Posts: 2

Rep: Reputation: 0
Installing Flash plugin for Firefox in Slackware 12.1 [ For Dummies ]

Download the flash player installer file from www.adobe.com :
install_flash_player_9_linux.tar.gz

Extract the .tar file from the downloaded .tar.gzip :
gunzip install_flash_player_9_linux.tar.gz

This will cause the .tar.gz file to disappear and what remains will be:
install_flash_player_9_linux.tar

Now untar the file into a directory called flash9:
tar -xvf install_flash_player_9_linux.tar -C /root/Desktop/flash9
x : eXtract
v : Verbose
f : Filename

Make sure Firox is not running.

From the Terminal, go the extracted folder and run the installer script:
bash flashplayer-installer

At the following prompt:
Please enter the installation path of the Mozilla, Netscape,
or Opera browser (i.e., /usr/lib/mozilla):


enter the directory where Firefox is located:
/usr/lib/firefox

Note:

TAR : Tape ARchive
Tar just combines a group of files into one tarball file.
The .tar file can then be compressed into .tar.gz or .tgz
 
Old 05-23-2009, 05:45 AM   #9
KenHan
LQ Newbie
 
Registered: Nov 2002
Location: Sweden
Distribution: SlackWare 12.2
Posts: 19

Rep: Reputation: 0
Talking

Quote:
Originally Posted by brittosa View Post
Download the flash player installer file from www.adobe.com :
install_flash_player_9_linux.tar.gz

Extract the .tar file from the downloaded .tar.gzip :
gunzip install_flash_player_9_linux.tar.gz

This will cause the .tar.gz file to disappear and what remains will be:
install_flash_player_9_linux.tar

Now untar the file into a directory called flash9:
tar -xvf install_flash_player_9_linux.tar -C /root/Desktop/flash9
x : eXtract
v : Verbose
f : Filename

Make sure Firox is not running.

From the Terminal, go the extracted folder and run the installer script:
bash flashplayer-installer

At the following prompt:
Please enter the installation path of the Mozilla, Netscape,
or Opera browser (i.e., /usr/lib/mozilla):


enter the directory where Firefox is located:
/usr/lib/firefox

Note:

TAR : Tape ARchive
Tar just combines a group of files into one tarball file.
The .tar file can then be compressed into .tar.gz or .tgz
------------------------------------------------------------------
I've been away from the linux world since feb 2003 for different reasons
and I just now got ... /home ... again but I've forgot all the tricks
and all the basics it seems, so I have a lot of catching up to do. But I just wanted to thank you very much for taking time and explain it thoroughly !!
keep up the good work
//K

Last edited by KenHan; 05-23-2009 at 05:57 AM.
 
Old 05-23-2009, 08:04 AM   #10
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Old thread dug up---some info may no longer be valid----closed.

KenHan;
Glad to have you back
 
  


Closed Thread



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Can't install Flash Player redriverd Linux - Newbie 9 10-18-2008 08:32 PM
Flash Player 9 Keeps Crashing Firefox 2.0.0.3 [Slackware 11.0] web_spy_der Slackware 64 06-24-2008 03:20 AM
How do I install Flash Player Mlony Linux - Software 3 09-16-2004 05:07 AM
How to install Flash Player? XPediTioN Mandriva 1 01-26-2004 07:25 PM
I can't Install Flash Player Foggy Linux - Newbie 13 12-08-2003 07:38 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 03:05 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration