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,511
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)

  • well after ran the command above the result is : `dpkg: dependency problems prevent processing triggers for systemd: systemd depends on util-linux (>= 2.27.1); however: Package util-linux is not installed.

    dpkg: error processing package systemd (--configure): dependency problems - leaving triggers unprocessed Errors were encountered while processing: systemd `

    – Shroog Aug 23 '17 at 11:22
  • Are you not able to do sudo apt-get install util-linux ? – Dean Coakley Aug 23 '17 at 11:26
  • yes, i ran it the result is the same error above! – Shroog Aug 23 '17 at 12:29