Hello everyone,
I have fallen victim of a false assumption today - namely that the behavior of the Adept Updater is always non-destructive. I've let it run with the list it pre-selected - and then, after reboot, I've found myself thrown into Bash.
I've eventually managed to find out that the Updater has removed some nonessential packages - like, say, konqueror, or kdm. After tinkering for a fair bit of time with APT (and learning some new things in the process), I've managed to at least reinstall kdm and kicker, by downgrading their dependencies.
However, I haven't made any further progress, because of something like this:
Yielding (translated) :
Of course, kdebase-bin is 3.5.6 right now (was required to reinstall kdm). Same thing happens with konqueror, amarok, and other stuff that currently remains missing.
It looks like virtually everything but kdm is version 3.5.7 in the repostiories, except for the kdm package itself, which is 3.5.6. I have no idea what caused this situation, I've tried running apt-get update, but it didn't help (and I'm too afraid of losing kdm again to run upgrade).
Help please?
I have fallen victim of a false assumption today - namely that the behavior of the Adept Updater is always non-destructive. I've let it run with the list it pre-selected - and then, after reboot, I've found myself thrown into Bash.
I've eventually managed to find out that the Updater has removed some nonessential packages - like, say, konqueror, or kdm. After tinkering for a fair bit of time with APT (and learning some new things in the process), I've managed to at least reinstall kdm and kicker, by downgrading their dependencies.
However, I haven't made any further progress, because of something like this:
Code:
sudo apt-get install --reinstall kdesktop=4:3.5.6-0ubuntu20
Code:
kdesktop: Requires: kdebase-bin (= 4:3.5.6-0ubuntu20) but 4:3.5.7-0ubuntu1~feisty1 is to be installed
It looks like virtually everything but kdm is version 3.5.7 in the repostiories, except for the kdm package itself, which is 3.5.6. I have no idea what caused this situation, I've tried running apt-get update, but it didn't help (and I'm too afraid of losing kdm again to run upgrade).
Help please?
Comment