-----------------------------------------
Reading package lists...
Building dependency tree...
Reading state information...
You might want to run 'apt-get -f install' to correct these.
The following packages have unmet dependencies:
linux-headers-generic : Depends: linux-headers-3.13.0-132-generic but it is not installed
E: Unmet dependencies. Try using -f.
-----------------------------------------
Apologies for the late reply. It seems there are unmet dependencies and running apt-get autoremove or apt-get install -f doesn’t fix the issue. This is what I am gettng:
linux-headers-generic : Depends: linux-headers-3.13.0-132-generic but it is not installed
And if I try to install that, another dependency error pops up.
Yes, this should fix any problems. Install a fresh 14.04, then rsync the /home/user-data stuff over to it and then run the curl command to install Mail-in-a-Box.
what you want to do is ‘sudo nano ~/mailinabox/setup/functions.sh’, then go to line 48 (inside of ‘apt_install’ function) and make the line read ‘apt_get_quiet install --force-yes $PACKAGES’…