Firefox is not responding when i open video sites like youtube

Asked by Frederick Botha

Recently video sites like youtube arent working. as soon as I open a video site firefox goes dark and I haveto close it after which it tells me its "Not Responding" and I haveto Force Quit. Im under the impression its a Flashplugin issue/bug but not sure.
I tried this but with no resolve:

frederick@Dell:~$ sudo apt-get purge flash
[sudo] password for frederick:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package flash
frederick@Dell:~$ sudo apt-get flashplugin
E: Invalid operation flashplugin
frederick@Dell:~$ sudo apt-get purge flashplugin
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package 'flashplugin' is not installed, so not removed
The following packages were automatically installed and are no longer required:
  linux-headers-3.11.0-12 linux-headers-3.11.0-12-generic
  linux-image-3.11.0-12-generic linux-image-extra-3.11.0-12-generic
  printer-driver-hpijs
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
frederick@Dell:~$ sudo apt-get install adobe-flashplugin
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package adobe-flashplugin is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'adobe-flashplugin' has no installation candidate
frederick@Dell:~$

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Daniel Letzeisen
Solved:
Last query:
Last reply:
Revision history for this message
Best Daniel Letzeisen (dtl131) said :
#1

Close FF and try purging flahsplugin-installer and deleting Flash's cache.

sudo apt-get purge flashplugin-installer
rm -r ~/.adobe
sudo apt-get install flashplugin-installer

Revision history for this message
Frederick Botha (lushnumber) said :
#2

Daniel Letzeisen (dtl131) YOU LEGEND!! That worked, perfect. I do love the lauchpad community. Thank you

Revision history for this message
Frederick Botha (lushnumber) said :
#3

Thanks Daniel Letzeisen, that solved my question.