LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 06-03-2005, 10:05 AM   #1
Lars79
Member
 
Registered: Jan 2004
Distribution: Slackware
Posts: 96

Rep: Reputation: 15
Upgrade to KDE 3.4.1 on Slack 10.0


Hi,

I am considering to upgrade KDE on my Slackware 10.0 box from 3.2.3 to the current version 3.4.1. Because this would be my first attempt to upgrade KDE I would appreciate some help. I know that there are Slackware packages for KDE 4.0 in the current tree, but I don't know what I have to do to use them. I am afraid I have to update lots of core libraries to make them work. My system is still 10.0 and I have just installed the patches for it and updated to Kernel 2.4.28. I haven't updated gcc, glibc or stuff like that. Though I thought it might be easier to compile KDE from source. I don't know what the best and easiest way for me is. I searched the forum, but there are lots of different ways recommended. Maybe you can give me some advice. Thanks a lot.

Lars
 
Old 06-03-2005, 10:41 AM   #2
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,371

Rep: Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749
This is the slow way.
1. Download the packages the start with kde into a new directory.
2. Change to that directory and log in as root using su.
3. Type "pkgtool" and the menus will take you through the required steps.

The Slack package system will handle any necessary library dependencies.
 
Old 06-03-2005, 11:29 AM   #3
AxXium
Zenwalk Admin
 
Registered: May 2005
Location: Louisiana, U.S.A.
Distribution: Zenwalk Gnu/Linux
Posts: 258

Rep: Reputation: 31
Warning !

There are also three additional lib files that you will need to install or else KDE 3.4 won't work.

After you install the upgrades with upgradepkg,

1. from a terminal, run

startkde

2. Then look in the error message to see which lib file it can't find

3. then go to http://slackware.com/pb/ and download and install that file.

4. go back to 1. and repeat the sequence till it works.

You will have to do that 3 times.

Note: at that website, search for the lib%$#@, whatever it is called (The file you need doesn't have the exact same name, download the closest one)

Goog luck !
 
Old 06-03-2005, 01:17 PM   #4
Lars79
Member
 
Registered: Jan 2004
Distribution: Slackware
Posts: 96

Original Poster
Rep: Reputation: 15
Thanks for your fast reply. I will try that out this weekend.
 
Old 06-03-2005, 02:23 PM   #5
abrouwers
Member
 
Registered: May 2005
Location: Michigan
Distribution: Slackware -current
Posts: 98

Rep: Reputation: 37
First:
No, pkgtool will NOT handle dependencies for you.

Second:
The kde.org slackware packs can tend to be a little less than par. If you really want kde 3.4.1, consider updating your box to -current (as the packs will be in there within the next couple days...usually about a day to compile, and a few to test). Or, using the slackbuilds from a mirror's source directory (-current slackbuilds once he does upload the packs), compile your own for your box.

There really isn't a simple way to get the newest kde (letting pkgtool "handle the libs" will not work...i'm not sure what distro allend is currently using... ).

Hope this helps
 
Old 06-03-2005, 02:39 PM   #6
Lars79
Member
 
Registered: Jan 2004
Distribution: Slackware
Posts: 96

Original Poster
Rep: Reputation: 15
Thanks abrouwers. Hm, I think the "easiest" thing would be to update to current and use the Slackware packages when available. Compiling KDE myself would probably need way too much time (read stories from guys who needed 18 hours to compile KDE). To upgrade to current is something I would have wanted to avoid. To mess around with glibc and stuff like that really scares me =). What way would you recommend to update to current? I haven't used a package manager like swaret or slapt-get so far, but did everything manually. Should I upgrade to 10.1 and do the rest manually or should I use a package management tool? Thanks again.
 
Old 06-03-2005, 03:19 PM   #7
AxXium
Zenwalk Admin
 
Registered: May 2005
Location: Louisiana, U.S.A.
Distribution: Zenwalk Gnu/Linux
Posts: 258

Rep: Reputation: 31
I did it this way and it worked

1. find a website hosting slackware-current

2. browse to the directory kde

3. Pop open a termial

4. run the following command

mkdir /usr/src/kde

5. Download the contents of kde (the one on the website) into the directory /usr/src/kde (in your computer)

6. run the following command

cd /usr/src/kde

7. then run the following command

upgradepkg *.tzg

exactly as I wrote it with the *

that will upgrade everything ending with .tgz

after doing that

8. There are also three additional lib files that you will need to install or else KDE 3.4 won't work.

After you install the upgrades with upgradepkg,

8.a. from a terminal, run

startkde

8.b. Then look in the error message to see which lib file it can't find

8.c. then go to http://slackware.com/pb/ and download and install that file.

8.d. go back to 8.a. and repeat the sequence till it works.

You will have to do that 3 times.

Note: at that website, search for the lib%$#@, whatever it is called (The file you need doesn't have the exact same name, download the closest one)

Goog luck !
 
Old 06-03-2005, 03:47 PM   #8
Lars79
Member
 
Registered: Jan 2004
Distribution: Slackware
Posts: 96

Original Poster
Rep: Reputation: 15
Thanks mianve. I will give that a try first. Maybe I will wait a few days for KDE 3.4.1 so that I don't have to download all the stuff again. I guess you downloaded the missing libraries also from current and not from 10.0? And according to your description there is no need to update arts or kdelinks, isn't it? Because these packages are not included in kde.
 
Old 06-03-2005, 03:51 PM   #9
AxXium
Zenwalk Admin
 
Registered: May 2005
Location: Louisiana, U.S.A.
Distribution: Zenwalk Gnu/Linux
Posts: 258

Rep: Reputation: 31
you do need arts & qt I belive

sorry I left that out.

I had updated everything to current a few days ago

just use upgradepkg for them too
 
Old 06-03-2005, 03:57 PM   #10
Lars79
Member
 
Registered: Jan 2004
Distribution: Slackware
Posts: 96

Original Poster
Rep: Reputation: 15
Ok, thanks again. I will try that out.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Upgrade troubel slack 10.1 to slack 10.2 delta function Slackware 3 10-19-2005 11:47 PM
What first upgrade kernel or upgrade slack 10.0 to current Kelean Slackware 7 01-16-2005 06:54 PM
Error trying to dist-upgrade or upgrade KDE prophet621 Linux - Newbie 0 09-10-2003 04:17 PM
kde and gnome trouble after upgrade to slack current estring Slackware 0 09-04-2003 01:19 AM
Slack Upgrade wonderpun Slackware 12 12-25-2002 08:08 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 09:34 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration