0

It tells me to try to run apt-get -f install. The error says "Unmet dependencies. Try using -f." When I try sudo apt-get -f install I get an error that says

dpkg-deb: error: subprocess paste was killed by signal (Broken Pipe)

Errors were encountered while processing
/var/cache/apt/archives/linux-image-3.16.0-70-generic_3.16.--70.90~14.04.1_i386.deb
/var/cache/apt/archives/linux-image-3.16.0-67-generic_3.16.0-67.87~14.04.1_i.386.deb

E: Sub-process /usr/bin/dpkg returned an error code(1)
muru
  • 197,895
  • 55
  • 485
  • 740

1 Answers1

0

Try running the following commands. You might have to run them more than once to get all the updated repository links correct.

$ sudo apt-get update
$ sudo apt-get upgrade
L. D. James
  • 25,036