2
This error could be caused by required additional software packages which are missing or not installable. Furthermore there could be a conflict between software packages which are not allowed to be installed at the same time.

details:
The following packages have unmet dependencies:

flashplugin-installer: 

how can I fix this?

murat
  • 21
  • Please run sudo apt-get install -f and add the output of it to your post. – Aaron Hill Sep 26 '12 at 18:52
  • Thank you for quick answer. Here it is:

    murat@ubuntu:~$ sudo apt-get install -f Reading package lists... Done Building dependency tree
    Reading state information... Done 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. murat@ubuntu:~$

    – murat Sep 26 '12 at 18:57

2 Answers2

1

To install the flashplugin package on Ubuntu, open up the Ubuntu Software Center, and search for "flash" (without the quotes). After you install it, restart your web browser(s), and Flash should be working!

Aaron Hill
  • 4,957
0

Try using aptitude:

sudo aptitude install flashplugin-installer

If you don't have aptitude installed on your machine sudo apt-get install aptitude.

Hope this helps.