I tried upgrading to KDE SC 4.6.3 but part way through the actual installation it froze up for an hour on one package (something along the lines of libsmokephonon; I'm guessing the name.) so I had to kill KPackageKit. Now, even though I know it hadn't finished updating half of the 300+ packages it won't show that there are any more updates. I tried using Synaptic (Fix Broken Packages, and Update Packages) but it doesn't know there are any either. Any ideas on how I could fully update?
Announcement
Collapse
No announcement yet.
[SOLVED] KDE 4.6.3 update failure
Collapse
This topic is closed.
X
X
-
Re: KDE 4.6.3 update failure
Open a konsole and issue, repeatedly, until no errors come back:
sudo apt-get -f install
sudo dpkg --configure -a
"A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
– John F. Kennedy, February 26, 1962.
- Top
- Bottom
-
Re: KDE 4.6.3 update failure
Well, no errors is 'good.' Open a GUI app - Dolphin is good - and click on Help > About KDE. Does it show 4.6.3?Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
Comment
-
Re: KDE 4.6.3 update failure
Likely it did. If Synaptic Fix Broken didn't report anything to 'fix', then the upgrade most probably did finish, even though you think it did not.
Open a console and type:
Code:sudo apt-get update sudo apt-get dist-upgrade
Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
Comment
-
Re: [SOLVED] KDE 4.6.3 update failure
That's possible. I NEVER do my package management from a GUI. I always do it from the console.Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
Comment
-
Re: [SOLVED] KDE 4.6.3 update failure
Maybe I should start doing the same. This sort of thing has happened before when installed major updates or packages such as kde-full. Except in the case of kde-full, it really didn't install everything, it just froze where it was. And I couldn't finish installing it because it said it was already installed! (And I was missing most of the applications that comes with it) And if I attempted to remove it, it would try and remove everything. Literally everything, from apt-get to KDE to the Linux kernel
- Top
- Bottom
Comment
-
Re: [SOLVED] KDE 4.6.3 update failure
Originally posted by SnowhogI NEVER do my package management from a GUI. I always do it from the console.
When trying the next update using 'sudo aptitude safe-upgrade' I was prompted to key 'sudo dpkg --configure -a' to fix an incomplete package installation. There was an unmet dependency but that was fixed when I next keyed 'sudo aptitude update && sudo aptitude safe-upgrade'. A further 20 packages were then installed without further problems.
As I couldn't see my terminal window at the point the PC froze I can't say which package caused the freeze.
- Top
- Bottom
Comment
Comment