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 |
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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
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.
|
|
03-22-2017, 04:02 AM
|
#1
|
Member
Registered: Jan 2017
Location: Thailand
Distribution: Mint 20.3 Cinnamon 64-bit 12Gb RAM (Linux newbie, Dummies level)
Posts: 412
Rep:
|
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?
|
|
|
03-22-2017, 04:15 AM
|
#2
|
Senior Member
Registered: Oct 2005
Location: Horgau, Germany
Distribution: Manjaro KDE, Win 10
Posts: 2,199
Rep:
|
You need to download the deb package.
Then install shockwave flash with apt install <shockwave flash package>.
|
|
|
03-22-2017, 06:37 AM
|
#4
|
Member
Registered: Jan 2017
Location: Thailand
Distribution: Mint 20.3 Cinnamon 64-bit 12Gb RAM (Linux newbie, Dummies level)
Posts: 412
Original Poster
Rep:
|
Quote:
Originally Posted by hydrurga
|
Hi again, how's things?
So do I follow the instructions you gave in post #4 in that link?
|
|
|
03-22-2017, 06:39 AM
|
#5
|
LQ Guru
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
|
Quote:
Originally Posted by paxolin
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')
|
|
|
03-22-2017, 06:58 AM
|
#6
|
Member
Registered: Jan 2017
Location: Thailand
Distribution: Mint 20.3 Cinnamon 64-bit 12Gb RAM (Linux newbie, Dummies level)
Posts: 412
Original Poster
Rep:
|
Quote:
Originally Posted by hydrurga
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
|
|
|
03-22-2017, 07:04 AM
|
#7
|
LQ Guru
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
|
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.
|
03-22-2017, 08:29 AM
|
#8
|
Member
Registered: Jan 2017
Location: Thailand
Distribution: Mint 20.3 Cinnamon 64-bit 12Gb RAM (Linux newbie, Dummies level)
Posts: 412
Original Poster
Rep:
|
Quote:
Originally Posted by hydrurga
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.
|
|
|
03-22-2017, 08:35 AM
|
#9
|
LQ Guru
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
|
Quote:
Originally Posted by paxolin
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.
|
|
|
03-22-2017, 08:37 AM
|
#10
|
Member
Registered: Jan 2017
Location: Thailand
Distribution: Mint 20.3 Cinnamon 64-bit 12Gb RAM (Linux newbie, Dummies level)
Posts: 412
Original Poster
Rep:
|
Quote:
Originally Posted by hydrurga
Good to hear! It's nice to have a satisfied patient.
|
Yes, it's much better than losing your patience...
|
|
|
All times are GMT -5. The time now is 10:17 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|