PDA

View Full Version : Newbie Help - Upgrading KDE from 3.3 to 3.4



stalexone
03-19-2005, 06:08 AM
I recently used KPackage manager to download KDE 3.4. However, after installing I can't tell whether I'm using KDE 3.4 because the boot screen still says 3.3. Am I doing something wrong? What can I do to ensure that i'm using KDE 3.4? Thanks.

dccgary
09-13-2005, 02:28 PM
I also would like to know the PROPER way to upgrade the KDE package on Knoppix 3.9 . Is there one package to choose that will get them all, or at least the minimum base package (ie: kdebase) ? This is through KPACKAGE. :) Thanks for any pointers.

CrashedAgain
09-22-2005, 04:49 PM
There is no single package to upgrade all of kde, at best there is 'meta-packages' like kdebase & kdeaddons (see http://www.kde.org/download/ for a list). Kde releases only the source code, it is up to package maintainers to create packages for each distro, so if you want the very latest kde you will have to compile it from source. I would not recommend this, I have tried it & I would describe it as a PITA at best.

To get kde 3.4.xxx using debian packages, you will have to wait until the packages are available, then kpackage will be able to install them. Kpackage, btw, is just a gui frontend for the apt-get installer system, I find it more convenient to use apt-get directly. First, update your package lists with 'dselect update' command, then just 'apt-get -t unstable install <package>' to get the latest (well almost the latest) package available.

Newer than unstable, there is 'experimental'. It is not normally recommended as the applications may be buggy but it is available. Kde 3.4.2 is now in experimental so 'apt-get -t experimental install kdebase' will get you started.

It may be buggy, I found k3b from experimental would not work (it just locked up) so I downgraded to 'unstable' by 'apt-get -purge remove k3b' then 'apt-get -t unstable install k3b'.

You are going to end up with a very 'mixed' system which can cause some problems, for instance when I installed kde 3.4.2 it upgraded some lib file that koffice required so as part of the install process it removed kword & kspread. So far I have not been able to replace them with kde 3.4.2 compatible versions.