I am trying to get adobe flash player..since i have upgraded ubuntu it will not allow me to play my game pioneer trail on facebook

Asked by cindy gray

i upgraded ubuntu and can not get adobe flash player anymore

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu adobe-flashplugin Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#1

Please give the output of this terminal command:

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

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

Can you give the output of:

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

Thanks

Revision history for this message
michael (yellupcm-gmail) said :
#3
Revision history for this message
cindy gray (cottrellgray) said :
#4

john@john-Aspire-5315:~$ lsb_release -a; uname -a; dpkg -l | egrep 'flash|gnash|swf|spark'
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 11.10
Release: 11.10
Codename: oneiric
Linux john-Aspire-5315 3.0.0-19-generic #33-Ubuntu SMP Thu Apr 19 19:05:57 UTC 2012 i686 i686 i386 GNU/Linux
ii flashplugin-downloader 11.2.202.235ubuntu0.11.10.1 Adobe Flash Player plugin installer (transitional package)
ii flashplugin-installer 11.2.202.235ubuntu0.11.10.1 Adobe Flash Player plugin installer
john@john-Aspire-5315:~$

Revision history for this message
michael (yellupcm-gmail) said :
#5

Cindy
There is a difference between the two request.
You gave actionparsnip answer.
Could you give marcobra request.

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

There will be a different answer.

Revision history for this message
michael (yellupcm-gmail) said :
#6

Cindy
You might want to install: Gnash SWF Viewer, from Ubundu Software Center.

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

sudo apt-get --purge remove flashplugin-downloader flashplugin-installer
sudo apt-get --purge autoremove
sudo apt-get clean
sudo apt-get update
sudo apt-get install flashplugin-installer

HTH

Revision history for this message
cindy gray (cottrellgray) said :
#8

Thanks actionparsnip, that solved my question.