PDA

View Full Version : Downgrading after installing kde-backports



sandyd
January 12th, 2010, 01:39 AM
I recently noticed that a lot of plasma-desktop crashing going on, so i decided to
remove the kde-backports ppa.

Afterwords, here was the extremely hard part.
Because most of the packages are linked together by dependencies and what not, each of the packages must be "force version"ed manually.

I eventually gave up, and tracked down EVERY kde package i could see in synaptic, uninstalled all of them, and im now installing....

is there a better way of doing this?

-->http://brainstorm.ubuntu.com/idea/23302/

Xbehave
January 12th, 2010, 03:17 AM
ppa-purge (i think i got that from radeon repos though)
or apt pinning
or aptitude and doing it manually but with far fewer moves (downgrading kdebase-* will pull almost everything down but require some time looking at fixes, if you remove the ppa and setup pinning first aptitudes fixes might be simpler, i'm not sure)

nerdy_kid
January 12th, 2010, 03:19 AM
i just went through the same thing with KDE 4.4 beta -- nightmare. Totally voting for that brainstorm.

NoaHall
January 12th, 2010, 03:21 AM
I think hoppi will agree with you, from what I've heard from him.

nerdy_kid
January 12th, 2010, 03:24 AM
also, ive noticed that downgrading a package will cause all the packages that depend on it to be removed -- which kinda nullifies the whole point. For example, i upgraded to qt4.6 on kde 4.3, and i tried downgrading for experiments sake (i have no issues at all), and apt-get wanted to take out all of KDE in the downgrade process. kinda stupid. If my opinion matters at all, i think that downgrading packages should be just as easy as upgrading them. That would also make a 'system restore' app more feasible.

Xbehave
January 12th, 2010, 03:33 AM
best solution would be to add ppa-purge to repos, but until then doing this in aptitude isn't too hard (I've done a reasonable amount of downgrading with aptitude)
1)pick off the leaders (then run it)
2)pick of anything left (then run it)
3)then install anything that went missing. (There is probably a perfect fix in there somewhere but downgrading kdebase-something just offered me >600 (i think there would have been thousands of permutations), so i picked a reasonable one and would need to reinstall a few apps afterwards)


also, ive noticed that downgrading a package will cause all the packages that depend on it to be removed -- which kinda nullifies the whole point.
Use aptitude, it is much better at this.

boriskarloffinablender
January 12th, 2010, 06:36 AM
if anyone is having problems with kde 4.4 rc1 on karmic, install bleachbit (http://sourceforge.net/projects/bleachbit/files/bleachbit/bleachbit_0.7.2-1_all_ubuntu910.deb/download), and do a complete system clean. now everything for me is much more stable. quicker too.

nerdy_kid
January 12th, 2010, 03:35 PM
best solution would be to add ppa-purge to repos, but until then doing this in aptitude isn't too hard (I've done a reasonable amount of downgrading with aptitude)
1)pick off the leaders (then run it)
2)pick of anything left (then run it)
3)then install anything that went missing. (There is probably a perfect fix in there somewhere but downgrading kdebase-something just offered me >600 (i think there would have been thousands of permutations), so i picked a reasonable one and would need to reinstall a few apps afterwards)


Use aptitude, it is much better at this.




wow, now i know why people use aptitude over apt-get! that thing is awesome! It still is a pain to downgrade multiple packages though.

sandyd
January 13th, 2010, 02:03 AM
we need a more user-friendly approach instead of using the commandline. Even though ive been running and tinkering with linux for 2 years, even I taook 4h to figure it out....

sandyd
February 17th, 2010, 05:40 AM
bump.