0

After installing some apps I am getting this error while trying to upgrade :

enter image description here

package is in a very bad inconsistent state;
you should reinstall it before attempting configuration

its happening for sudo apt-get autoremove too. I tried solutions given in this link.

Please Help me.

NOTE: This error is occurring after installing GIMP, WINE , Playonlinux , and reinstalling of Mozilla (I did all these continuously one after the other so I don't know specifically.)

2 Answers2

1

I got it here How to fix "Package is in a very bad inconsistent state" error?

I got it after removing mozilla and

sudo dpkg --remove --force-remove-reinstreq djview-plugin

and reinstalling mozilla. thanks all.

0

Try these commands.

Run this command to remove all packages from the package cache

sudo apt-get clean

Run this command to update your source list.

sudo apt-get update

Then Try to Fix Broken Packages with this command

sudo apt-get install -f 
Neil
  • 4,475
  • 3
  • 22
  • 34