LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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


Reply
  Search this Thread
Old 04-24-2006, 12:02 PM   #1
carlosinfl
Senior Member
 
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905

Rep: Reputation: 77
Question Manually Install Flash


For some reason my browser (Firefox 1.5) detects that I am missing a flash plugin for sites and asks me if it wants to install it. I say yes, it then reads me the FLASH EULA and I accept. It then fails to install and tells me to manually install it on my machine which I am not sure how to do? I used APT to install Firefox so I am not even sure where Firefox is installed under let alone how to install the flash plugin with it.

Any help would be great!

Screenshot
 
Old 04-24-2006, 12:16 PM   #2
bathory
LQ Guru
 
Registered: Jun 2004
Location: Piraeus
Distribution: Slackware
Posts: 13,217
Blog Entries: 1

Rep: Reputation: 2070Reputation: 2070Reputation: 2070Reputation: 2070Reputation: 2070Reputation: 2070Reputation: 2070Reputation: 2070Reputation: 2070Reputation: 2070Reputation: 2070
You can d/l the flash plugin from here
Then extract it and copy the 2 files: libflashplayer.so, flashplayer.xpt into your firefox/plugins directory
 
Old 04-24-2006, 02:44 PM   #3
carlosinfl
Senior Member
 
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905

Original Poster
Rep: Reputation: 77
Their download link is broken (When I select "Download Now") but I will try again later. Thanks for the help on where to place the extracted files.
 
Old 04-24-2006, 02:48 PM   #4
tomdkat
Member
 
Registered: May 2003
Location: S.F. Bay Area
Distribution: Ubuntu 9.04 AMD64
Posts: 595

Rep: Reputation: 30
Quote:
Originally Posted by bathory
You can d/l the flash plugin from here
Then extract it and copy the 2 files: libflashplayer.so, flashplayer.xpt into your firefox/plugins directory
There's no need to copy anything.

After the flash installer is downloaded, it should be extracted (tar zxf installer-blah.gz) and simply running "flash-installer" in the installer directory that got created will allow you to install the plugin in whatever browsers you have installed. You don't even have to run it as root and it will installed the plugin in your home directory.

I did this over the weekend.

Peace...
 
Old 04-24-2006, 03:39 PM   #5
carlosinfl
Senior Member
 
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905

Original Poster
Rep: Reputation: 77
All download sites seem to be down...
 
Old 04-24-2006, 04:10 PM   #6
tomdkat
Member
 
Registered: May 2003
Location: S.F. Bay Area
Distribution: Ubuntu 9.04 AMD64
Posts: 595

Rep: Reputation: 30
Quote:
Originally Posted by Carlwill
All download sites seem to be down...
I'm downloading a LInux player right now.

Go to the main Macromedia site:

http://www.macromedia.com/

and follow the links to download the player for Linux.

Peace...
 
Old 04-24-2006, 04:28 PM   #7
spooon
Senior Member
 
Registered: Aug 2005
Posts: 1,755

Rep: Reputation: 51
Quote:
Originally Posted by Carlwill
For some reason my browser (Firefox 1.5) detects that I am missing a flash plugin for sites and asks me if it wants to install it. I say yes, it then reads me the FLASH EULA and I accept. It then fails to install and tells me to manually install it on my machine which I am not sure how to do? I used APT to install Firefox so I am not even sure where Firefox is installed under let alone how to install the flash plugin with it.
By the way the official site for Linux Flash packages is here. And if you're using Debian, you should make sure "contrib" is in your sources and just do "apt-get install flashplugin-nonfree".
 
Old 04-24-2006, 05:05 PM   #8
carlosinfl
Senior Member
 
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905

Original Poster
Rep: Reputation: 77
OK - The link has been resolved but now I am confused. I have downloaded the flash plugin to my "Desktop" & then I extracted the file which is here...My confusion is do I run the installer from that current directory or what? I don't want to have a BS random "flash" dir in my /home directory...please advise.

Code:
cwilliams:/# cd /home/cwilliams/Desktop/
cwilliams:/home/cwilliams/Desktop# ls
install_flash_player_7_linux install_flash_player_7_linux.tar.gz
cwilliams:/home/cwilliams/Desktop# cd install_flash_player_7_linux
cwilliams:/home/cwilliams/Desktop/install_flash_player_7_linux# ls
flashplayer-installer  flashplayer.xpt  libflashplayer.so  Readme.htm  Readme.txt
 
Old 04-24-2006, 05:38 PM   #9
tomdkat
Member
 
Registered: May 2003
Location: S.F. Bay Area
Distribution: Ubuntu 9.04 AMD64
Posts: 595

Rep: Reputation: 30
Quote:
Originally Posted by Carlwill
Code:
cwilliams:/# cd /home/cwilliams/Desktop/
cwilliams:/home/cwilliams/Desktop# ls
install_flash_player_7_linux install_flash_player_7_linux.tar.gz
cwilliams:/home/cwilliams/Desktop# cd install_flash_player_7_linux
cwilliams:/home/cwilliams/Desktop/install_flash_player_7_linux# ls
flashplayer-installer  flashplayer.xpt  libflashplayer.so  Readme.htm  Readme.txt
At this point, type:

$ ./flashplayer-installer

Then walk through the installation process. It will install the player in the plugin directories in your home directory. Be sure to CLOSE all browsers before running this. Then start your browser and it should start wurken.

EDIT: Also, you do not have to be root to run this. If you switched to root just for this, no need to do so. If you always run as root....

Peace...
 
Old 04-24-2006, 05:51 PM   #10
carlosinfl
Senior Member
 
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905

Original Poster
Rep: Reputation: 77
Quote:
Originally Posted by tomdkat
At this point, type:

$ ./flashplayer-installer

Then walk through the installation process. It will install the player in the plugin directories in your home directory.
This is what I don't want...

Why do I have to have a cluttered home directory with flash plugins and what when there is a specific location this should go in. Is there not a way to run the installer and have the installer put the needed plugins where they should go? I would assume somewhere in the firefox directory, no?

Thanks for any more input.
 
Old 04-24-2006, 05:57 PM   #11
tomdkat
Member
 
Registered: May 2003
Location: S.F. Bay Area
Distribution: Ubuntu 9.04 AMD64
Posts: 595

Rep: Reputation: 30
Quote:
Originally Posted by Carlwill
Why do I have to have a cluttered home directory with flash plugins and what when there is a specific location this should go in.
There are two specific places where browser plugins can go, either in the application directory tree or in the user's home directory.

If you run the installer as root, it will ask you (I believe) if you want to install in the browser application directory. If you run it as a user, it will install in your home directory. As for "clutter", your browser cache, cookies, and other data is stored in a hidden directory in your home directory so the plugin would be one file in that same general location. There isn't any "clutter" unique to the Flash plugin at all.

Peace...
 
Old 04-24-2006, 06:11 PM   #12
tomdkat
Member
 
Registered: May 2003
Location: S.F. Bay Area
Distribution: Ubuntu 9.04 AMD64
Posts: 595

Rep: Reputation: 30
SO, did you run the installer as root and get the plugin installed in the Firefox app directory?

Peace...
 
Old 04-25-2006, 10:29 AM   #13
carlosinfl
Senior Member
 
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905

Original Poster
Rep: Reputation: 77
I tried running the installer as "root" because I don't want a "flash" directory in my /home directory. I know that there are hidden directories in my /home directory specified by "." however I don't see it so it does not bother me...

When I ran the installer as root it asks me...

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

I have no idea where the installation path for Firefox is...?
 
Old 04-25-2006, 10:47 AM   #14
tomdkat
Member
 
Registered: May 2003
Location: S.F. Bay Area
Distribution: Ubuntu 9.04 AMD64
Posts: 595

Rep: Reputation: 30
I don't know where Debian puts Firefox by default, but this command will locate it for you:

# which firefox

--or--

# find / -name firefox-bin

Peace...
 
Old 04-25-2006, 12:34 PM   #15
carlosinfl
Senior Member
 
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905

Original Poster
Rep: Reputation: 77
I found this...

Code:
cwilliams@cwilliams:~$ which firefox
/usr/bin/firefox
When I use that during the Flash installer, it bitches about that not being a directory...
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 rpm's manually linmix Linux - Software 15 11-25-2006 11:47 AM
manually install mysql, php, and apache or install from CD? FiveFlat Linux - Software 5 12-15-2005 02:12 PM
How do i install lilo manually? Alexander.s Linux - Software 3 06-07-2005 04:41 PM
Help....trying to install a program manually SurferRoxyChiq Linux - Software 7 01-30-2004 04:30 AM
install grub manually GoK Linux - Newbie 3 08-13-2003 08:57 AM

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

All times are GMT -5. The time now is 09:27 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