changeset 789:2064d617fe56

add a suggested fix for posterity
author Jeff Hammel <k0scist@gmail.com>
date Wed, 28 Sep 2016 17:58:48 -0700
parents fa3ad63ec3a3
children d4403d13fb31
files bin/apt-fix.sh
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bin/apt-fix.sh	Wed Sep 28 17:58:48 2016 -0700
@@ -0,0 +1,3 @@
+#!/bin/bash
+# from http://askubuntu.com/questions/263378/how-to-fix-dependencies-broken-packages
+sudo sh -c "apt-get update;apt-get dist-upgrade;apt-get autoremove;apt-get autoclean"