Linux - SoftwareThis 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.
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.
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.
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.
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".
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
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....
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?
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.
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...?
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.