0

When I try to sudo apt-get upgrade on my Ubuntu 16.04 I consistently get the following error:

Preconfiguring packages ...
dpkg: error processing package mount (--configure): package is in a very bad inconsistent state; you should reinstall it before attempting configuration
Errors were encountered while processing:
mount
E: Sub-process /usr/bin/dpkg returned an error code (1)

How can I solve this?

Zanna
  • 70,465
peykaf
  • 3

1 Answers1

1

You probably need to "reinstall" the "mount" package by doing: sudo apt --reinstall mount;

then:

sudo apt upgrade