LinuxQuestions.org
Review your favorite Linux distribution.
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 02-17-2015, 11:50 PM   #1
beckwith
Member
 
Registered: Nov 2002
Location: Western Australia
Distribution: Debian Gnu/Linux 7.8.0
Posts: 116

Rep: Reputation: 15
flashplayer


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?
 
Old 02-18-2015, 12:30 AM   #2
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
You have two choices:
1. system-wide: /usr/lib/flashplayer-mozilla/libflashplayer.so
2. Your home folder: ~/.mozilla/plugins/libflashplayer.so
have fun,
jdk
 
Old 02-18-2015, 02:10 AM   #3
beckwith
Member
 
Registered: Nov 2002
Location: Western Australia
Distribution: Debian Gnu/Linux 7.8.0
Posts: 116

Original Poster
Rep: Reputation: 15
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???
 
Old 02-18-2015, 04:41 AM   #4
Weapon S
Member
 
Registered: May 2011
Location: Netherlands
Distribution: Debian, Archlinux
Posts: 262
Blog Entries: 2

Rep: Reputation: 49
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.)
 
Old 02-18-2015, 09:22 AM   #5
RockDoctor
Senior Member
 
Registered: Nov 2003
Location: Minnesota, US
Distribution: Fedora, Ubuntu, Manjaro
Posts: 1,789

Rep: Reputation: 427Reputation: 427Reputation: 427Reputation: 427Reputation: 427
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).
 
Old 02-18-2015, 03:28 PM   #6
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,672

Rep: Reputation: 2371Reputation: 2371Reputation: 2371Reputation: 2371Reputation: 2371Reputation: 2371Reputation: 2371Reputation: 2371Reputation: 2371Reputation: 2371Reputation: 2371
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.
 
Old 02-18-2015, 03:37 PM   #7
sudowtf
Member
 
Registered: Nov 2013
Posts: 202

Rep: Reputation: 46
+1 @273 (flashplugin-nonfree)

may have to add contrib and non-free to your /etc/sources.list
i.e.
Code:
deb http://ftp.us.debian.org/debian/ wheezy main contrib non-free
deb-src http://ftp.us.debian.org/debian/ wheezy main contrib non-free
alternate solution that *may* (or may not) work: PepperFlash in Firefox: http://steronius.blogspot.com/2014/1...ox-debian.html

Last edited by sudowtf; 02-19-2015 at 08:54 AM.
 
Old 02-18-2015, 11:22 PM   #8
beckwith
Member
 
Registered: Nov 2002
Location: Western Australia
Distribution: Debian Gnu/Linux 7.8.0
Posts: 116

Original Poster
Rep: Reputation: 15
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]
 
Old 02-19-2015, 12:29 AM   #9
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
Quote:
root@palantir:/etc/apt# apt-get install flashplayer-nonfree
It's not flashplayer-nonfree you want; it's flashplugin-nonfree
jdk
 
Old 02-19-2015, 02:43 AM   #10
beckwith
Member
 
Registered: Nov 2002
Location: Western Australia
Distribution: Debian Gnu/Linux 7.8.0
Posts: 116

Original Poster
Rep: Reputation: 15
[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.
 
Old 02-19-2015, 04:02 AM   #11
Weapon S
Member
 
Registered: May 2011
Location: Netherlands
Distribution: Debian, Archlinux
Posts: 262
Blog Entries: 2

Rep: Reputation: 49
You seem to need to add other sources to sources.list. But also you have to consider using Chrome/Chromium.
 
Old 02-19-2015, 04:40 AM   #12
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,672

Rep: Reputation: 2371Reputation: 2371Reputation: 2371Reputation: 2371Reputation: 2371Reputation: 2371Reputation: 2371Reputation: 2371Reputation: 2371Reputation: 2371Reputation: 2371
Quote:
Originally Posted by beckwith View Post
[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.
 
Old 02-19-2015, 08:29 AM   #13
sudowtf
Member
 
Registered: Nov 2013
Posts: 202

Rep: Reputation: 46
+1 @273: "sudo apt-get update" will update your system to know what is now available from the new repositories.

Last edited by sudowtf; 02-19-2015 at 08:30 AM.
 
Old 02-19-2015, 08:48 AM   #14
RockDoctor
Senior Member
 
Registered: Nov 2003
Location: Minnesota, US
Distribution: Fedora, Ubuntu, Manjaro
Posts: 1,789

Rep: Reputation: 427Reputation: 427Reputation: 427Reputation: 427Reputation: 427
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.
 
Old 02-19-2015, 10:08 AM   #15
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,672

Rep: Reputation: 2371Reputation: 2371Reputation: 2371Reputation: 2371Reputation: 2371Reputation: 2371Reputation: 2371Reputation: 2371Reputation: 2371Reputation: 2371Reputation: 2371
Quote:
Originally Posted by RockDoctor View Post
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.
 
1 members found this post helpful.
  


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
how do i get flashplayer madrarua Linux - Newbie 6 10-11-2009 09:01 PM
Flashplayer Greebstreebling Debian 5 01-29-2008 01:00 PM
Flashplayer mickeyboa Linux - Software 2 12-04-2005 04:58 PM
flashplayer jay_deacon Linux - Newbie 2 09-13-2004 03:57 AM
flashplayer 7 paul62 Linux - Software 9 09-07-2004 02:54 AM

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

All times are GMT -5. The time now is 09:20 PM.

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