LinuxQuestions.org
Review your favorite Linux distribution.
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 04-11-2004, 09:55 AM   #1
iotc247
Member
 
Registered: Mar 2004
Location: Florida
Distribution: Gentoo
Posts: 248

Rep: Reputation: 30
How to upgrade to kde 3.2.1


If someone could please give step by step instructions on how to install the binaries at kde.org (the pre compiled ones for slack) that would be a big help..
 
Old 04-11-2004, 09:59 AM   #2
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
The way I did it was to use Swaret. I amended the version in swaret.conf to 'current' and removed the 'exclude' lines. I then ran 'swaret --upgrade -a' and it did it all for me.
 
Old 04-11-2004, 10:11 AM   #3
iotc247
Member
 
Registered: Mar 2004
Location: Florida
Distribution: Gentoo
Posts: 248

Original Poster
Rep: Reputation: 30
Im new to slack and swaret so could you be more specific how to do that.. Also can anyone tell me how to detect my kernel version..
 
Old 04-11-2004, 10:14 AM   #4
iotc247
Member
 
Registered: Mar 2004
Location: Florida
Distribution: Gentoo
Posts: 248

Original Poster
Rep: Reputation: 30
O and will swaret always take care of the dependencies or do I have to myself.
 
Old 04-11-2004, 10:56 AM   #5
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
Go to the swaret page and download the .tgz file. In a console (as root) type in installpkg <swaretname.tgz>, then (still in a console) type in cp /etc/swaret.conf.new /etc/swaret.con to make the .conf file.

Still as root, open a text editor and edit the swaret.conf file. Put a # sign in front of the exclude lines (so kde and the kernel will update), save it.

Back to the console and type in:
swaret --update
swaret --upgrade -a

This will take a while. It will resolve dependencies.

I would also suggest running updatedb as root both before and after the upgrade.
 
Old 04-11-2004, 04:44 PM   #6
iotc247
Member
 
Registered: Mar 2004
Location: Florida
Distribution: Gentoo
Posts: 248

Original Poster
Rep: Reputation: 30
But the thing is when i do the swaret --upgrade -a i only update the kernel.. nothing about kde is updated.
 
Old 04-11-2004, 04:45 PM   #7
iotc247
Member
 
Registered: Mar 2004
Location: Florida
Distribution: Gentoo
Posts: 248

Original Poster
Rep: Reputation: 30
Then if I try again it says everything is up to date.
 
Old 04-11-2004, 05:07 PM   #8
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
Did you make sure all of your Exclude lines have a # in front of them? There are 3 (from memory).
 
Old 04-11-2004, 05:09 PM   #9
iotc247
Member
 
Registered: Mar 2004
Location: Florida
Distribution: Gentoo
Posts: 248

Original Poster
Rep: Reputation: 30
If someone wants to make this a sticky go ahead.. Here is the really long but easy version.. Go to http://kde.org then go ahead and click stable version at the left.. Then click the slackware link (the one right next to slackware 9.1). Click on the go to the ftp selection thing or whatever it says.. Then click on an ftp server. Download all of the tgz files.. Once you have that done here comes the treturous part.. You must manually install all of the file.. So open up a konsole as root... and then type in installpkg packge_name.tgz for every package you downloaded.. (i downloaded into the /root/kde directory that i made..) Anyways once thats all done reboot your system. And kde 3.2.1 is installed.. At least I think it works as this is how im typing this all in.. Not sure if all the packages were installed and all properly but I think they are... Anyways gl have fun..
 
Old 04-11-2004, 05:15 PM   #10
iotc247
Member
 
Registered: Mar 2004
Location: Florida
Distribution: Gentoo
Posts: 248

Original Poster
Rep: Reputation: 30
Yeah I had done that.. But it didnt work for me..
 
Old 04-11-2004, 07:01 PM   #11
ringwraith
Senior Member
 
Registered: Sep 2003
Location: Indiana
Distribution: Slackware 15.0
Posts: 1,272

Rep: Reputation: 65
YOu can install the packages that way but that leaves the old KDE packages on your system. You can always use pkgtool and remove the duplicate packages (removing the older version of course).
 
Old 04-12-2004, 11:32 AM   #12
Alan Lakin
Member
 
Registered: Sep 2002
Location: Wallington, Surrey, UK
Distribution: Ubuntu, Android phone
Posts: 119

Rep: Reputation: 15
As far as using swaret goes, the "swaret --update" will only look at the packages available at listed sites in the /etc/swaret.conf file. I cannot recall what the default is but I think it only has official slackware packages. You will need to edit the file as root and remove the # from the linuxpackages ftp site and then run "swaret --update" again. You will then see swaret looking at both sites and making all of the packages available.

Having said all of that I have just run "swaret --search kde" and found that only 3.1.4 is available from the ftp sites I have listed in my /etc/swaret.conf. However, I think that this confirms the reason why you are not getting version 3.2.1.
 
Old 04-12-2004, 11:47 AM   #13
iotc247
Member
 
Registered: Mar 2004
Location: Florida
Distribution: Gentoo
Posts: 248

Original Poster
Rep: Reputation: 30
Alan you are wrong.. You need to change your version in /etc/swaret.conf to current and comment out all the excludes.. I finally got that to work.
 
Old 04-12-2004, 11:55 AM   #14
frandalla
Member
 
Registered: Oct 2003
Location: Tokyo - Japan
Distribution: Slackware
Posts: 348
Blog Entries: 1

Rep: Reputation: 37
Don't use installpkg to upgrade kde.... why nobody knows about upgradepkg?
why to uninstall and install everything? why to install over the old one? just do the same you usually do for installpkg but instead use upgradepkg...
 
Old 04-13-2004, 06:08 AM   #15
Alan Lakin
Member
 
Registered: Sep 2002
Location: Wallington, Surrey, UK
Distribution: Ubuntu, Android phone
Posts: 119

Rep: Reputation: 15
Quote:
Originally posted by iotc247
Alan you are wrong.. You need to change your version in /etc/swaret.conf to current and comment out all the excludes.. I finally got that to work.
Thanks for pointing this out. Sometimes it is difficult to see the wood for the trees
 
  


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
KDE 3.2 Upgrade to KDE 3.3 Problems! Boyer Linux - Software 0 10-18-2004 02:47 AM
How to upgrade from KDE 3.2 to KDE 3.3 on SuSE 9.1 skydart Linux - General 26 10-16-2004 10:33 PM
kde 3.2 upgrade mokojin Slackware 9 05-13-2004 03:46 PM
Error trying to dist-upgrade or upgrade KDE prophet621 Linux - Newbie 0 09-10-2003 04:17 PM
KDE Upgrade kdmiller45 Linux - Software 3 06-05-2003 02:43 PM

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

All times are GMT -5. The time now is 05:12 PM.

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