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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
|
04-24-2006, 12:02 PM
|
#1
|
Senior Member
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905
Rep:
|
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
|
|
|
04-24-2006, 12:16 PM
|
#2
|
LQ Guru
Registered: Jun 2004
Location: Piraeus
Distribution: Slackware
Posts: 13,217
|
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
|
|
|
04-24-2006, 02:44 PM
|
#3
|
Senior Member
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905
Original Poster
Rep:
|
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.
|
|
|
04-24-2006, 02:48 PM
|
#4
|
Member
Registered: May 2003
Location: S.F. Bay Area
Distribution: Ubuntu 9.04 AMD64
Posts: 595
Rep:
|
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...
|
|
|
04-24-2006, 03:39 PM
|
#5
|
Senior Member
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905
Original Poster
Rep:
|
All download sites seem to be down...
|
|
|
04-24-2006, 04:10 PM
|
#6
|
Member
Registered: May 2003
Location: S.F. Bay Area
Distribution: Ubuntu 9.04 AMD64
Posts: 595
Rep:
|
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...
|
|
|
04-24-2006, 04:28 PM
|
#7
|
Senior Member
Registered: Aug 2005
Posts: 1,755
Rep:
|
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".
|
|
|
04-24-2006, 05:05 PM
|
#8
|
Senior Member
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905
Original Poster
Rep:
|
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
|
|
|
04-24-2006, 05:38 PM
|
#9
|
Member
Registered: May 2003
Location: S.F. Bay Area
Distribution: Ubuntu 9.04 AMD64
Posts: 595
Rep:
|
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...
|
|
|
04-24-2006, 05:51 PM
|
#10
|
Senior Member
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905
Original Poster
Rep:
|
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.
|
|
|
04-24-2006, 05:57 PM
|
#11
|
Member
Registered: May 2003
Location: S.F. Bay Area
Distribution: Ubuntu 9.04 AMD64
Posts: 595
Rep:
|
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...
|
|
|
04-24-2006, 06:11 PM
|
#12
|
Member
Registered: May 2003
Location: S.F. Bay Area
Distribution: Ubuntu 9.04 AMD64
Posts: 595
Rep:
|
SO, did you run the installer as root and get the plugin installed in the Firefox app directory?
Peace...
|
|
|
04-25-2006, 10:29 AM
|
#13
|
Senior Member
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905
Original Poster
Rep:
|
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...?
|
|
|
04-25-2006, 10:47 AM
|
#14
|
Member
Registered: May 2003
Location: S.F. Bay Area
Distribution: Ubuntu 9.04 AMD64
Posts: 595
Rep:
|
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...
|
|
|
04-25-2006, 12:34 PM
|
#15
|
Senior Member
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905
Original Poster
Rep:
|
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...
|
|
|
All times are GMT -5. The time now is 09:27 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|