Skip to content

Instantly share code, notes, and snippets.

@samueltc
Created November 20, 2016 12:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samueltc/adc403eddee75402b1039234ada47d49 to your computer and use it in GitHub Desktop.
Save samueltc/adc403eddee75402b1039234ada47d49 to your computer and use it in GitHub Desktop.
apt-get segfault on ami-8cc8cde4
On debian-etch-x86_64-5
Problem:
$ apt-get upgrade
Reading package lists... Done
Building dependency tree... Done
You might want to run `apt-get -f install' to correct these.
The following packages have unmet dependencies:
Segmentation fault
Solution
$ rm /var/cache/apt/*.bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment