LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 07-16-2015, 11:12 PM   #1
Gregg Bell
Senior Member
 
Registered: Mar 2014
Location: Illinois
Distribution: Xubuntu
Posts: 2,034

Rep: Reputation: 176Reputation: 176
I don't know how to update Adobe Flash Player in Xubuntu 15.04


I used to be able to play Youtube videos in Firefox. Now when I go to play a video there I get this update notice (see screenshot #25). Which when I click on it it takes me to this page (screenshot #26). The choices in the "Select version to download" dropdown on that page are:

YUM for Linux

.tar.gz for other Linux

.rpm for other Linux

APT for Ubuntu 10.04

I took a shot at the APT and went to open it with the Ubuntu Software Center but when I did the Ubuntu Software Center said it wasn't there.

I typed "adobe" in the terminal and it said 'Command not found.'

How can I do the update? Thanks.
Attached Thumbnails
Click image for larger version

Name:	Selection_025.png
Views:	36
Size:	25.8 KB
ID:	18943   Click image for larger version

Name:	Selection_026.png
Views:	31
Size:	104.9 KB
ID:	18944  
 
Old 07-17-2015, 12:59 AM   #2
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
I posted the following on a similar thread:
Quote:
Originally Posted by 273 View Post
I'm not sure about Mint as I thought Ubuntu and Mint updated Flash automatically, but on Debian I found I have to run the following to check whether Flash is up to date:
Code:
update-flashplugin-nonfree --status
Then the following to update if necessary:
Code:
update-flashplugin-nonfree --install
The current version of Flash for Linux is shown to be 11.2.202.481 at the moment.
However, as I understand it Mozilla may have made a decision to block even the latest Linux Flash version due to outstanding vulnerabilities so if the above commands show you're on the latest version then you'll probably just have to click on the Activate Adobe Flash link.
 
2 members found this post helpful.
Old 07-17-2015, 05:43 AM   #3
HMW
Member
 
Registered: Aug 2013
Location: Sweden
Distribution: Debian, Arch, Red Hat, CentOS
Posts: 773
Blog Entries: 3

Rep: Reputation: 369Reputation: 369Reputation: 369Reputation: 369
^ Thanks for the info! Although I wish Flash would just, well, die! There are a couple of instances where I still need to use it, and apparently I have been to lazy to figure out how to ugrade the d*mn thing properly on my own.

Again, thanks!

HMW

Last edited by HMW; 07-17-2015 at 05:45 AM.
 
Old 07-17-2015, 05:46 AM   #4
dcamero
LQ Newbie
 
Registered: Jul 2015
Posts: 2

Rep: Reputation: Disabled
Gregg, here's how to update your Flash player plugin to the very newest version, so that Firefox will always activate it without asking you (if that's the option you want):
 
1 members found this post helpful.
Old 07-17-2015, 05:50 AM   #5
dcamero
LQ Newbie
 
Registered: Jul 2015
Posts: 2

Rep: Reputation: Disabled
http://www.stream-entry.ca/2015/07/u...irefox-on.html
 
1 members found this post helpful.
Old 07-17-2015, 11:39 AM   #6
sudowtf
Member
 
Registered: Nov 2013
Posts: 205

Rep: Reputation: 46
FWIW, your flash may indeed be updated. Firefox updates has set default to block known vulnerable Flash, and Adobe may or may not have pushed an update in the last day or two.

For a cleverly working PepperFlash within Firefox, see this: https://github.com/i-rinat/freshplayerplugin

I am using it and could not be happier, but a caveat is that you have to update it fairly often.

Here is a blog post about it: http://steronius.blogspot.com/2014/1...ox-debian.html

good luck.

Last edited by sudowtf; 07-17-2015 at 11:45 AM.
 
1 members found this post helpful.
Old 07-17-2015, 11:45 AM   #7
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 21 MATE, EndeavourOS, antiX, MX Linux
Posts: 3,967
Blog Entries: 32

Rep: Reputation: 1464Reputation: 1464Reputation: 1464Reputation: 1464Reputation: 1464Reputation: 1464Reputation: 1464Reputation: 1464Reputation: 1464Reputation: 1464
Gregg Bell,

Firefox has now been updated:

http://www.rt.com/usa/273925-firefox...s-adobe-flash/

In Firefox look under Tools > Add-ons > Plugins, then set Shockwave Flash to either Always Activate or Ask to Activate.
 
1 members found this post helpful.
Old 07-17-2015, 11:49 AM   #8
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 21 MATE, EndeavourOS, antiX, MX Linux
Posts: 3,967
Blog Entries: 32

Rep: Reputation: 1464Reputation: 1464Reputation: 1464Reputation: 1464Reputation: 1464Reputation: 1464Reputation: 1464Reputation: 1464Reputation: 1464Reputation: 1464
Gregg Bell,

Firefox has now been updated:

http://www.rt.com/usa/273925-firefox...s-adobe-flash/

In Firefox look under Tools > Add-ons > Plugins, then set Shockwave Flash to either Always Activate or Ask to Activate.

Try this first.

Open Terminal and enter:

Code:
sudo apt-get update
I suspect that your Xubuntu has not yet received the Flash update.

You should see Flash referred to in the list of updates.
 
1 members found this post helpful.
Old 07-17-2015, 12:41 PM   #9
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
Quote:
Originally Posted by HMW View Post
^ Thanks for the info! Although I wish Flash would just, well, die! There are a couple of instances where I still need to use it, and apparently I have been to lazy to figure out how to ugrade the d*mn thing properly on my own.

Again, thanks!

HMW
I know what you mean -- I'd love to see Flash die and it seems it is doing so, slowly, so there is hope for us yet.
 
1 members found this post helpful.
Old 07-18-2015, 12:19 AM   #10
Gregg Bell
Senior Member
 
Registered: Mar 2014
Location: Illinois
Distribution: Xubuntu
Posts: 2,034

Original Poster
Rep: Reputation: 176Reputation: 176
Thanks everybody. It updated without me doing anything. So I've got it. Thing is, I thought it might be an update but there was no update there, so I figured it was something else. I really appreciate the help!
 
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
[SOLVED] I don't know how to update Adobe Flash plugin, Firefox, Kubuntu Bhakta Neal Linux - Newbie 1 08-06-2011 03:59 PM
LXer: Adobe Flash Player Linux x86_64 Update Coming LXer Syndicated Linux News 0 05-18-2011 03:40 AM
Update to New Adobe Flash for x86_64 - Flash Player "Square" Preview Release ChrisAbela Slackware 1 09-18-2010 04:08 PM
LXer: Adobe Finally Releases A New Adobe Flash Player 64bit - Yes, For Linux Too! LXer Syndicated Linux News 3 09-16-2010 08:20 AM
Security update available for Adobe Flash Player craigevil Linux - Security 1 08-12-2010 07:27 PM

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

All times are GMT -5. The time now is 03:14 AM.

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