Created
March 2, 2016 00:30
-
-
Save jose8a/aff48a35f36bd184c437 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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