Package system blocked after failed installation

Asked by kedmanee

In this case I'm using Ubuntu 9.10 "Karmic" and the Firefox 3.5.3
It start when I open a page with flash content in the Firefox. From there I changed to the Adobe site. I choose ".deb for Ubuntu 8.04+". Afterwards "gdebi" tried install, which apparently failed
Since this I can not use the package system anymore.

I get output like: "could not find files for package adobe-flashplugin. You have to repair hand-operated" something in this meaning

If I purge:
---- code ----
dave@hal:~# sudo aptitude purge adobe-flashplugin
...
Die folgenden Pakete werden ENTFERNT(REMOVED):
  adobe-flashplugin{p}
...
dpkg: Fehler beim Bearbeiten von adobe-flashplugin (--purge):
 Paket ist in einem sehr schlechten inkonsistenten Zustand (inconsitent condition)-
Sie sollten es erneut installieren, bevor Sie es zu entfernen versuchen. (install again and remove)
Fehler traten auf beim Bearbeiten von:
 adobe-flashplugin
E: Sub-process /usr/bin/dpkg returned an error code (1)
Ein Paket konnte nicht installiert werden. Versuche zu lösen: (can't install, try to solve)
...
Lese erweiterte Statusinformationen
Initialisiere Paketstatus... Fertig
Schreibe erweiterte Statusinformationen... Fertig
---- code ----

I try with dpkg:
---- code ----
:~# sudo dpkg -r adobe-flashplugin
dpkg: Fehler beim Bearbeiten von adobe-flashplugin (--remove):
 Paket ist in einem sehr schlechten inkonsistenten Zustand - Sie sollten
 es erneut installieren, bevor Sie es zu entfernen versuchen.
Fehler traten auf beim Bearbeiten von:
 adobe-flashplugin
---- code ----

I try to fix
---- code ----
dave@hal:~# sudo apt-get install --fix-broken
...
E: Das Paket adobe-flashplugin muss neu installiert werden (... have to reinstall),
ich kann aber kein Archiv dafür finden. (but can't find a archive)
---- code ----

None of them could me help so far.
Do you can help?
rgds Hardy L.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu dpkg Edit question
Assignee:
No assignee Edit question
Solved by:
kedmanee
Solved:
Last query:
Last reply:
Revision history for this message
zvacet (ivicakolic) said :
#1

sudo apt-get --reinstall install adobe-flashplugin

You can get same package from partner repo.Edit source list and your aprner repo line should look like this

 deb http://archive.canonical.com/ubuntu karmic partner

save and close.

sudo apt-get update

Find adobe-flashplugin in synaptic and install it.

Revision history for this message
kedmanee (kedmanee) said :
#2

The problem is solved by "gradinaruvasile"
http://ubuntuforums.org/showpost.php?p=7980940&postcount=7

in brief:
dave@hal:~# cd /var/lib/dpkg/
dave@hal:~# sudo cp status status-backup
dave@hal:~# sudo gedit status

find the section of your package and delete it completely
save file

dave@hal:~# sudo apt-get update

works!
Thanks all for the attention & assistance
Hardy