1

I tried to install pakage such as net-tools but all i get is this error:

After this operation, 745 kB of additional disk space will be used.
dpkg: error processing package util-linux (--configure):
 package util-linux is not ready for configuration
 cannot configure (current status 'half-installed')
Errors were encountered while processing:
 util-linux
E: Sub-process /usr/bin/dpkg returned an error code (1)
d a i s y
  • 5,551
Shroog
  • 21

1 Answers1

0

It's been a long time since this happened to me but I believe you need to resolve that half installed package by doing

sudo dpkg --configure -a
sudo apt-get update

This will try install the cached package. (util-linux)