Skip to content

Instantly share code, notes, and snippets.

@jose8a
Created March 2, 2016 00:30
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 jose8a/aff48a35f36bd184c437 to your computer and use it in GitHub Desktop.
Save jose8a/aff48a35f36bd184c437 to your computer and use it in GitHub Desktop.
#!/bin/bash
### Warning - not a script. Do not run in shell. It won't work.
### Sources
* [dpkg dependency problems - 1](http://unix.stackexchange.com/questions/109698/dpkg-dependency-problems-prevent-configuration-of-initramfs-tools/109703#109703)
* [how can I resolve dpkg dependency](http://askubuntu.com/questions/252777/how-can-i-resolve-dpkg-dependency)
* [package dbus is not configured yet](http://askubuntu.com/questions/202321/package-dbus-is-not-configured-yet)
* [dpkg - E:Internal error during update/install](http://askubuntu.com/questions/266450/how-to-fix-e-internal-error-no-file-name-for-libc6)
* [dpkg error code](http://askubuntu.com/questions/597543/dpkg-error-code)
```
TODO: outline strategies for fixing dpkg errors during apt-get updates/upgrades/installs
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment