I'm sure this has been answered already, but I just can't get the "right" keywords to appear in the search to find the post.
Just did a fresh install of 10.10 (x86) on my notebook. I did the usual apt-get update and upgrade for packages.
I noticed that I had KDE 4.5.1, so I added the repository to get the updates.
I skipped using KPacketKit and used the command line to do the update
I got the notification that several packages were going to be updated, and I let the system have at it.
Once I rebooted, the computer got to the initial "splash screen" where is lists Kubuntu, and the four dots that go from left to right.
and it would just sit there.
So I did the ALT-Prnt Scrn REISUB and rebooted.
Selected normal boot, and system hangs at the exact same spot.
REISUB again, and go into recovery mode to fix broken packages.
I'm notified that there are "0 upgraded, 0 newly installed, 0 to remove and 42 not upgraded".
So I figure I have a broken KDE install.
One (or several) of you fine users once posted the commands to fix this, and I can't remember (or find it!).
You had to run the command several times, until the "not upgraded" column returns a 0.
Thanks!!
update -
tried this advice from Greygeek, but it didn't work. Continues to show 42 packages not upgraded.
Another update -
tried this advice from the liquidator, get this error back.
"Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution, that some required packages have not yet been created or been moved out of Incoming. "
then lists some errors with the packages.
Just did a fresh install of 10.10 (x86) on my notebook. I did the usual apt-get update and upgrade for packages.
I noticed that I had KDE 4.5.1, so I added the repository to get the updates.
I skipped using KPacketKit and used the command line to do the update
Code:
sudo apt-get dist-upgrade
Once I rebooted, the computer got to the initial "splash screen" where is lists Kubuntu, and the four dots that go from left to right.
and it would just sit there.
So I did the ALT-Prnt Scrn REISUB and rebooted.
Selected normal boot, and system hangs at the exact same spot.
REISUB again, and go into recovery mode to fix broken packages.
I'm notified that there are "0 upgraded, 0 newly installed, 0 to remove and 42 not upgraded".
So I figure I have a broken KDE install.
One (or several) of you fine users once posted the commands to fix this, and I can't remember (or find it!).
You had to run the command several times, until the "not upgraded" column returns a 0.
Thanks!!
update -
tried this advice from Greygeek, but it didn't work. Continues to show 42 packages not upgraded.
You can also use the 2nd menu option (recovery) and boot into a root Console with a network connection. Then issue
apt-get -f install
dpkg --configure -a
repeatedly until both come back with no errors or actions.
apt-get -f install
dpkg --configure -a
repeatedly until both come back with no errors or actions.
tried this advice from the liquidator, get this error back.
apt-get install plasma-desktop
then lists some errors with the packages.
Comment