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.
My wife plays "luminosity" and it needs the latest flashplayer
so I downloaded it. "copy libflashplayer.so" to the browser
plugins directory (where?) I guesed /usr/lib/mozilla/plugins
(using iceweasel on Debian 7.8.0). Doesn't work. Rebooted.
Still does not work. What am I doing wrong?
You have two choices:
1. system-wide: /usr/lib/flashplayer-mozilla/libflashplayer.so
2. Your home folder: ~/.mozilla/plugins/libflashplayer.so
have fun,
jdk
Well, putting libflashplayer.so into /usr/flashplayer-mozilla
has at leat changed things: now instead of just "hanging" we
get the message "download the latest" (which I've done).
This is iceweasel 31.4.0 on Debian 7.8.0
What next???
First make sure an old version isn't still on your system (and somehow favoured by your browser).
However the "latest" Flash for Linux is still old, if I remember correctly. Adobe has discontinued Flash, and now Google develops it. Google only ships it as built-in for Chrome. Last I checked they hadn't the latest Flash ready for Chrome in Linux, and consequently didn't ship any. (I'm not too sure, as I avoid Chrome and use Chromium instead. Anyway I couldn't get Flash on Chromium.)
Running the the latest Firefox (35.0.1) on my (what will be) Fedora 22 system with the latest Adobe flash plugin for Linux (11.2.202.440), Firefox pops up a warning when it encounters flash on a page and asks me if I should allow it. However, even if allowed, flash doesn't always work properly. My remedy, if you can call it that, is to keep a copy of Google Chrome (which includes an up-to-date flash plugin that is not compatible with Firefox).
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,672
Rep:
On Debian the easiest way to install the latest Flash for Iceweasel is:
Code:
apt-get install flashplugin-nonfree
Then check whether it is up to date with:
Code:
update-flashplugin-nonfree --status
Updating using:
Code:
update-flashplugin-nonfree --install
If the Flash that is install using this method is not up to date enough then your only option is to use PepperFlash. For that you can either, like RockDoctor, install Google Chrome or you can install Chromium and the pepperflashplugin-nonfree package, updating in the same way as the flashplugin-nonfree package.
I changed /etc/apt/sources.list as suggested.
[quote]
root@palantir:/etc/apt# apt-get install flashplayer-nonfree
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package flashplayer-nonfree
[\quote]
[QOUTE]
root@palantir:/home/beckwith# apt-get install flashplugin-nonfree
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package flashplugin-nonfree is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
[\QOUTE]
So still a "no go" situation.
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,672
Rep:
Quote:
Originally Posted by beckwith
[QOUTE]
root@palantir:/home/beckwith# apt-get install flashplugin-nonfree
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package flashplugin-nonfree is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
[\QOUTE]
So still a "no go" situation.
Did you run apt-get update before tryong to install it? I would also suggest running apt-get upgrade before installing new software.
I don't think the original problem is not having Adobe's latest flash player for Linux. I theorize it's that Adobe's latest flash player for Linux, version 11.xxx, is not considered current; the latest Windows version of flash player is (or was, last time I checked), 14.xxx. Programs checking for a "current" version of the flash player are looking for version 14 (which Google includes with Chrome in a plugin incompatible with Firefox), not version 11.
Having just presented a theory, I propose a test: install Google Chrome and see if "luminosity" is playable.
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,672
Rep:
Quote:
Originally Posted by RockDoctor
I don't think the original problem is not having Adobe's latest flash player for Linux. I theorize it's that Adobe's latest flash player for Linux, version 11.xxx, is not considered current; the latest Windows version of flash player is (or was, last time I checked), 14.xxx. Programs checking for a "current" version of the flash player are looking for version 14 (which Google includes with Chrome in a plugin incompatible with Firefox), not version 11.
Having just presented a theory, I propose a test: install Google Chrome and see if "luminosity" is playable.
It may well turn out that the version of Flash available in Firefox is not high enough to use the site. However, simply installing Google Chrome leaves Firefox with no Flash whatsoever. So, my proposal would be to ensure that the latest Flash for Firefox is installed in the most approriate manner then, once that is working, it will be apparent whether or not Chrome/Chromium must be used.
The OP states thet the Flash installation was attempted by dropping the .so file into a directory which, in my experience, can lead to Flash not functiononig at all.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.