
Hello All, I am running Karmic Kooala Kubuntu 9.10 Recently I added the back-ports repository to install the latest version of Digikam and Amajoke, I mean Amarok. Well they both installed and then the update manager told mean about all the latest KDE goodness I could install so I upgraded. Well KDE-plasma now likes to hit 80-90% CPU usuage and is wearing out my cooling fans. Can I go back to a non-backports version of my machine? I still want ultimately to have the latest version of Digikam but revert everthing else, including Amarok to version 1.4 again. Is it a matter of disabling the backport repo and doing 'sudo apt-get upgrade' ? Any thoughts? Chris

Can I go back to a non-backports version of my machine?
I still want ultimately to have the latest version of Digikam but revert everthing else, including Amarok to version 1.4 again.
Is it a matter of disabling the backport repo and doing 'sudo apt-get upgrade' ?
It's not that simple, because you'll have installed newer versions of the packages than are available in the standard repo. apt-get upgrade (or any variant on that) will not upgrade packages to "older" packages just because you don't have a valid repo for them The most straightforward way of fixing it is to reinstall. You could use apt-cache policy and iterate over all your packages, working out which came from backports and which from the normal repos, then manually downgrade all those packages, but it'll take a fair while to do if you've pulled in all of KDE. In general, you should use pinning when using a backport, to make sure that you don't inadvertently pull in lots of unwanted packages. https://help.ubuntu.com/community/UbuntuBackports has notes on how to do this.

Hi Daniel, Yes, I figured it would be a little more difficult so thanks for the advice. I assumed because it was a backport and not a PPA, that it would be bug-free at least for CPU hogging. Thanks for the advice, looks like a bit of work to do trawling through the apt-cache. Cheers, Chris
participants (2)
-
Chris O'Halloran
-
Daniel Lawson