Skip to content

Instantly share code, notes, and snippets.

@jose8a
Created March 2, 2016 00:30
Show Gist options
  • Save jose8a/aff48a35f36bd184c437 to your computer and use it in GitHub Desktop.
Save jose8a/aff48a35f36bd184c437 to your computer and use it in GitHub Desktop.

Revisions

  1. jose8a created this gist Mar 2, 2016.
    12 changes: 12 additions & 0 deletions sudo-update.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,12 @@
    #!/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
    ```