On Wed, Jan 29, 2003 at 01:49:33AM +0000, Nick Boyce wrote: > I realise this is a bit much to ask so soon after the release, given the > colossal amounts of work our Band Of Heros have already undertaken, but I'm > just wondering ... is there, by any magical chance, a working upgrade route > from KDE2.2.2 to 3.1 involving a simple "apt-get update && apt-get upgrade" ?
I just did an upgrade from 2.2.2 to 3.1 on sarge. It went smother than I expected. The only "problem" was knotes, its 2.2.2 version included a file moved to another (kdepim?) package in 3.1. So all i had to do was: dpkg -r knotes # update /etc/apt/sources.list apt-get update apt-get upgrade apt-get install knotes After a few minutes I had a gaudier KDE than ever before. ;) Björn