Flash I ssues

Asked by davidzaq1

Hello,

I have Ubuntu 15.04

I am trying to view a web page. The web page says I need the latest version of Flash.
As far as I know, I have java 8 installed but the web page still says I need to download the latest version of flash.

It won't view the page in Firefox or in Chrome.

Can you help with this?

Thank you.

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

What is the output of:

lsb_release -a; uname -a; dpkg -l | egrep 'flash|gnash|swf|spark'

Thanks

Revision history for this message
davidzaq1 (david3a9x) said :
#2

Hello,

Here is the output:

lsb_release -a; uname -a; dpkg -l | egrep 'flash|gnash|swf|spark'
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 15.04
Release: 15.04
Codename: vivid
Linux Roo 3.19.0-16-generic #16-Ubuntu SMP Thu Apr 30 16:09:58 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
rc adobe-flashplugin 1:20150414.1-0utopic1 amd64 Adobe Flash Player plugin
ii flashplugin-installer 11.2.202.457ubuntu1 amd64 Adobe Flash Player plugin installer

Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#3

Try running this bash script to install the newest version of Google Chrome, which includes the newest version of Flash:

cd $HOME
wget --no-check-certificate https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo dpkg -i google-chrome*.deb
# fix the Google Chrome dependencies issue
sudo DEBIAN_FRONTEND=noninteractive apt-get --yes --force-yes -f install

Revision history for this message
davidzaq1 (david3a9x) said :
#4

Problem is solved,

Thank you

Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#5

How did you solve the issue?

Please set the thread status to "solved", if the issue is still solved.

Revision history for this message
davidzaq1 (david3a9x) said :
#6

Hello,

I tried running the above command to get the output in the terminal, but I received this return which says there is no such command.

Is there a mistake in the command somewhere?

thank you,

$ sb_release -a; uname -a; dpkg -l | egrep 'flash|gnash|swf|spark'
No command 'sb_release' found, did you mean:
 Command 'lsb_release' from package 'lsb-release' (main)
sb_release: command not found
Linux Roo 3.19.0-18-generic #18-Ubuntu SMP Tue May 19 18:31:35 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
ii adobe-flash-properties-gtk 1:20150716.1-0utopic1 amd64 GTK+ control panel for Adobe Flash Player plugin
ii adobe-flashplugin 1:20150716.1-0utopic1 amd64 Adobe Flash Player plugin
rc flashplugin-installer 11.2.202.481ubuntu0.15.04.2 amd64 Adobe Flash Player plugin installer

Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#7

Your Terminal output shows the issue (sb_release) and shows which command you wanted to enter (lsb_release) :

No command 'sb_release' found, did you mean:
 Command 'lsb_release' from package 'lsb-release' (main)
sb_release: command not found

You know entered sb_release which is not valid.

Last time, you entered lsb_release (with an L at the front) which worked....

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#8

Close all browsers and run:

sudo dpkg -P flashplugin-installer
sudo apt-get --purge remove adobe-flashplugin adobe-flash-properties-gtk
sudo apt-get clean
sudo apt-get --purge autoremove
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade

Then launch your Chrome browser.

Should be ok

Can you help with this problem?

Provide an answer of your own, or ask davidzaq1 for more information if necessary.

To post a message you must log in.