I'm running kali 2.0.
I've been waiting to get around a decent network connection to update / upgrade, its been 5 months easy.
So I do the usual ,
Code:
apt-get update && apt-get dist-upgrade
which I have done hundreds of times over the years.
Although, I've ran into an issue that googling hasn't turned up too much on this specific error .
Code:
E: This installation run will require temporarily removing the essential package sysvinit-utils:amd64 due to a Conflicts/Pre-Depends loop. This is often bad, but if you really want to do it, activate the APT::Force-LoopBreak option.
E: Internal Error, Could not early remove sysvinit-utils:amd64 (2)
Once I received that error , I attempted
Code:
apt-get -u -o APT::Force-LoopBreak=1 dist-upgrade
That command seemed to do absolutely nothing, It had returned
Code:
2895 upgraded, 596 newly installed, 169 to remove and 0 not upgraded.
Need to get 0 B/3,640 MB of archives.
After this operation, 1,838 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Reading changelogs... Done
But , It did not finish the upgrade....
any suggestions ? Since it cannot remove " sysvinit-utils:amd64 " , Should I blacklist it some how?