Package manager error, adobe flashplugin

Asked by Graeme Wheatley

hi, just installed 12.04lts and now get error message on loading saying to run package manager,
error:brokencount >0

on runnung package manager says problem with adobe flashplugin
ran this from terminal, below.

Can you please help, Thanks Graeme

graeme@graeme-desktop:~$ sudo apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following packages will be REMOVED:
  adobe-flashplugin
0 upgraded, 0 newly installed, 1 to remove and 3 not upgraded.
1 not fully installed or removed.
After this operation, 10.2 MB disk space will be freed.
Do you want to continue [Y/n]? y
(Reading database ... 603677 files and directories currently installed.)
Removing adobe-flashplugin ...
update-alternatives: error: no alternatives for iceape-flashplugin.
update-alternatives: error: no alternatives for iceape-flashplugin.
dpkg: error processing adobe-flashplugin (--remove):
 subprocess installed pre-removal script returned error exit status 2
No apport report written because MaxReports is reached already
                                                              postinst called with argument `abort-remove'
dpkg: error while cleaning up:
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 adobe-flashplugin
E: Sub-process /usr/bin/dpkg returned an error code (1)

Question information

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

Try:

sudo apt-get -d --reinstall install adobe-flashplugin
sudo dpkg --force-all -i /var/cache/apt/archives/adobe-flashplugin_11.2.202.233-0precise1_i386.deb

Should do it

Revision history for this message
Graeme Wheatley (1weets) said :
#2

above action on good,

below is result

Thanks Graeme

graeme@graeme-desktop:~$ sudo apt-get -d --reinstall install adobe-flashplugin
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reinstallation of adobe-flashplugin is not possible, it cannot be downloaded.
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
 firefox : Breaks: adobe-flashplugin (<= 11.1.102.63-0precise1) but 10.0.22.87-1 is to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
graeme@graeme-desktop:~$ sudo dpkg --force-all -i /var/cache/apt/archives/adobe-flashplugin_11.2.202.233-0precise1_i386.deb
dpkg: error processing /var/cache/apt/archives/adobe-flashplugin_11.2.202.233-0precise1_i386.deb (--install):
 cannot access archive: No such file or directory
Errors were encountered while processing:
 /var/cache/apt/archives/adobe-flashplugin_11.2.202.233-0precise1_i386.deb

Revision history for this message
Graeme Wheatley (1weets) said :
#3

more info for you,

when I start Software centre, get message , items cannot be install or removed untill the package catalog is repaired.

this ie resut of repair

(Reading database ... 603677 files and directories currently installed.)
Removing adobe-flashplugin ...
update-alternatives: error: no alternatives for iceape-flashplugin.
update-alternatives: error: no alternatives for iceape-flashplugin.
dpkg: error processing adobe-flashplugin (--remove):
 subprocess installed pre-removal script returned error exit status 2
No apport report written because MaxReports is reached already
postinst called with argument `abort-remove'
dpkg: error while cleaning up:
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 adobe-flashplugin
Error in function:

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

Try:

sudo apt-get clean
sudo apt-get install adobe-flashplugin

What is the output

Thanks

Revision history for this message
Graeme Wheatley (1weets) said :
#5

here is result

graeme@graeme-desktop:~$ sudo apt-get clean
[sudo] password for graeme:
graeme@graeme-desktop:~$ sudo apt-get install adobe-flashplugin
Reading package lists... Done
Building dependency tree
Reading state information... Done
adobe-flashplugin is already the newest version.
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
 firefox : Breaks: adobe-flashplugin (<= 11.1.102.63-0precise1) but 10.0.22.87-1 is to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

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

Hmm
https://launchpad.net/ubuntu/precise/i386/adobe-flashplugin/11.1.102.63-0precise1

Says:
i386 build of adobe-flashplugin 11.1.102.63-0precise1 in ubuntu precise RELEASE produced these files:
adobe-flashplugin_11.1.102.63-0precise1_i386.deb (deleted)

I do you have the partner repo enabled?

Revision history for this message
Graeme Wheatley (1weets) said :
#7

i don't understand, how do I check if partner repo is enabled

Revision history for this message
Launchpad Janitor (janitor) said :
#8

This question was expired because it remained in the 'Needs information' state without activity for the last 15 days.

Revision history for this message
Michiel Dethmers (michiel-tincan) said :
#9

I'm having the exact same problem, and none of the suggestions above worked for me. Here's some more info as requested.

I do have the partner repo enabled. Initially it said "distribution hardy" in the repo for partners, but I changed that to use "precise". I guess that should have been done in the upgrade.

It's going round and round in circles:

starting Software Centre, reports an error: http://dl.dropbox.com/u/280576/Screenshot%20from%202012-05-16%2011%3A29%3A06.png

When I click "Repair" it fails the repair: http://dl.dropbox.com/u/280576/Screenshot%20from%202012-05-16%2011%3A29%3A57.png

Revision history for this message
Michiel Dethmers (michiel-tincan) said :
#10

I managed to resolve this:

1. update the "partner repo" setting to say "precise" instead of "hardy" (I suspect this is the origin of this problem, this should have been done automatically in the upgrade).

2. refresh the package files

3. reboot

4. remove firefox (to get rid of the dependecy failure). "sudo apt-get remove firefox firefox-globalmenu firefox-gnome-support adobe-flash-properties-gtk"

5. sudo apt-get -f install

6. reboot

7. re-install firefox

and now my system is fine.

hope this helps someone.

Revision history for this message
yaniv (yanivle) said :
#11

Hi,
I think I have the exact same issue.
Could you please explain the steps above in a little more detail (the exact commands).
Thanks so much!!
Yaniv

Revision history for this message
Graeme Wheatley (1weets) said :
#12

I could not get it to work, so I did a full install, ask the other poster to
explain.

Cheers

--------------------------------------------------
From: "yaniv" <email address hidden>
Sent: Tuesday, June 19, 2012 11:55 AM
To: <email address hidden>
Subject: Re: [Question #195315]: Package manager error, adobe flashplugin

> Your question #195315 on adobe-flashplugin in Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/adobe-flashplugin/+question/195315
>
> yaniv posted a new comment:
> Hi,
> I think I have the exact same issue.
> Could you please explain the steps above in a little more detail (the
> exact commands).
> Thanks so much!!
> Yaniv
>
> --
> You received this question notification because you asked the question.

Revision history for this message
Launchpad Janitor (janitor) said :
#13

This question was expired because it remained in the 'Open' state without activity for the last 15 days.