LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 03-22-2017, 04:02 AM   #1
paxolin
Member
 
Registered: Jan 2017
Location: Thailand
Distribution: Mint 20.3 Cinnamon 64-bit 12Gb RAM (Linux newbie, Dummies level)
Posts: 412

Rep: Reputation: Disabled
Upgrading Adobe Flash Player for Firefox


I saw an error message in Firefox so say Shockwave Flash was vulnerable and had been blocked. It then told me to go to Adobe and download a new version.

I tried to do that but then was asked to select a version to download, all of which means less than nothing to me (see the attached).
I guessed and clicked rpm for Linux. When it had d/l I still had no idea what to do to open it, extract it maybe, install it?

I have Firefox 52.0 64 bit, Mint - 1.0

Can someone suggest in very straightforward terms what I need to do to install Flash Player please?
Attached Thumbnails
Click image for larger version

Name:	Screenshot from 2017-03-22 15-48-06.png
Views:	19
Size:	32.4 KB
ID:	24571  
 
Old 03-22-2017, 04:15 AM   #2
Keruskerfuerst
Senior Member
 
Registered: Oct 2005
Location: Horgau, Germany
Distribution: Manjaro KDE, Win 10
Posts: 2,199

Rep: Reputation: 164Reputation: 164
You need to download the deb package.
Then install shockwave flash with apt install <shockwave flash package>.
 
Old 03-22-2017, 05:41 AM   #3
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Alternatively, see this thread that's currently on the go:

https://www.linuxquestions.org/quest...ed-4175602288/
 
1 members found this post helpful.
Old 03-22-2017, 06:37 AM   #4
paxolin
Member
 
Registered: Jan 2017
Location: Thailand
Distribution: Mint 20.3 Cinnamon 64-bit 12Gb RAM (Linux newbie, Dummies level)
Posts: 412

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by hydrurga View Post
Alternatively, see this thread that's currently on the go:

https://www.linuxquestions.org/quest...ed-4175602288/
Hi again, how's things?

So do I follow the instructions you gave in post #4 in that link?
 
Old 03-22-2017, 06:39 AM   #5
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Quote:
Originally Posted by paxolin View Post
Hi again, how's things?

So do I follow the instructions you gave in post #4 in that link?
Going well, thanks.

We should start by finding out what you currently have installed:

dpkg -l '*flash*' (small 'ell')
 
Old 03-22-2017, 06:58 AM   #6
paxolin
Member
 
Registered: Jan 2017
Location: Thailand
Distribution: Mint 20.3 Cinnamon 64-bit 12Gb RAM (Linux newbie, Dummies level)
Posts: 412

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by hydrurga View Post
Going well, thanks.

We should start by finding out what you currently have installed:

dpkg -l '*flash*' (small 'ell')
I get this :
Code:
~ $ dpkg -l '*flash*'
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name           Version      Architecture Description
+++-==============-============-============-=================================
un  adobe-flash-pr <none>       <none>       (no description available)
un  adobe-flash-pr <none>       <none>       (no description available)
ii  adobe-flashplu 1:20170214.1 amd64        Adobe Flash Player plugin
un  flashplayer-mo <none>       <none>       (no description available)
un  flashplugin    <none>       <none>       (no description available)
un  flashplugin-do <none>       <none>       (no description available)
un  flashplugin-in <none>       <none>       (no description available)
un  flashplugin-no <none>       <none>       (no description available)
un  gnome-session- <none>       <none>       (no description available)
ii  libhal1-flash  0.3.1        amd64        Compatibility library to allow pl
 
Old 03-22-2017, 07:04 AM   #7
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Ok, slightly amended instructions then:

Close Firefox and then run the following commands:

sudo apt-get --purge autoremove adobe-flashplugin

sudo apt-get update (I should have included this on the other thread - it's always useful to do before an install so that we have the most up-to-date info on what's available in the repositories)

sudo apt-get install flashplugin-installer

Once that's done, relaunch Firefox and, using Tools->Add-ons->Plugins, check that the current version of Shockwave Flash is listed as 25.0r0

If it is, go to the web site where you saw the initial error and see if the problem is solved.
 
1 members found this post helpful.
Old 03-22-2017, 08:29 AM   #8
paxolin
Member
 
Registered: Jan 2017
Location: Thailand
Distribution: Mint 20.3 Cinnamon 64-bit 12Gb RAM (Linux newbie, Dummies level)
Posts: 412

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by hydrurga View Post
Ok, slightly amended instructions then:

Close Firefox and then run the following commands:

sudo apt-get --purge autoremove adobe-flashplugin

sudo apt-get update (I should have included this on the other thread - it's always useful to do before an install so that we have the most up-to-date info on what's available in the repositories)

sudo apt-get install flashplugin-installer

Once that's done, relaunch Firefox and, using Tools->Add-ons->Plugins, check that the current version of Shockwave Flash is listed as 25.0r0

If it is, go to the web site where you saw the initial error and see if the problem is solved.
That's great. I followed your clear instructions and everything went well. I'm on the correct version of Flash too.
Thanks yet again for your assistance, Herr Doctor.
 
Old 03-22-2017, 08:35 AM   #9
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Quote:
Originally Posted by paxolin View Post
That's great. I followed your clear instructions and everything went well. I'm on the correct version of Flash too.
Thanks yet again for your assistance, Herr Doctor.
Good to hear! It's nice to have a satisfied patient.
 
Old 03-22-2017, 08:37 AM   #10
paxolin
Member
 
Registered: Jan 2017
Location: Thailand
Distribution: Mint 20.3 Cinnamon 64-bit 12Gb RAM (Linux newbie, Dummies level)
Posts: 412

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by hydrurga View Post
Good to hear! It's nice to have a satisfied patient.
Yes, it's much better than losing your patience...
 
  


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 to install the Adobe Flash player for Firefox EldonCool Slackware 16 07-11-2014 11:21 PM
adobe flash player issue with firefox uma_kate Linux - Software 13 04-24-2013 08:15 PM
Adobe Flash Player for FireFox in CentOS 5.3 dshap Linux - Newbie 5 02-17-2012 10:26 AM
Adobe Flash Player 10.1 Firefox 3.6.6 & VL 5.8 solex Linux - General 4 07-08-2010 09:11 PM
adobe flash player plugin missing in firefox Phoebe Linux - Software 10 03-10-2008 06:23 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 10:17 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