LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Manually Install Flash (https://www.linuxquestions.org/questions/linux-software-2/manually-install-flash-438370/)

carlosinfl 04-24-2006 11:02 AM

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

bathory 04-24-2006 11:16 AM

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

carlosinfl 04-24-2006 01:44 PM

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.

tomdkat 04-24-2006 01:48 PM

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...

carlosinfl 04-24-2006 02:39 PM

All download sites seem to be down...

tomdkat 04-24-2006 03:10 PM

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...

spooon 04-24-2006 03:28 PM

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".

carlosinfl 04-24-2006 04:05 PM

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


tomdkat 04-24-2006 04:38 PM

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...

carlosinfl 04-24-2006 04:51 PM

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...:tisk:

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.

tomdkat 04-24-2006 04:57 PM

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...

tomdkat 04-24-2006 05:11 PM

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

Peace...

carlosinfl 04-25-2006 09:29 AM

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...?

tomdkat 04-25-2006 09:47 AM

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...

carlosinfl 04-25-2006 11:34 AM

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 12:22 AM.