LinuxQuestions.org
Help answer threads with 0 replies.
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-21-2004, 12:43 AM   #1
alexc
LQ Newbie
 
Registered: Apr 2004
Posts: 9

Rep: Reputation: 0
Broke my KDE...


Hey,

OK, so I know just enough about Linux to hurt myself.....

I installed Slack' with KDE

Which seemed to be 3.1

Then I downloaded the 'kdebase-3.2.1-i486-1' from slackware.com

and I ran pkgtool and tried to update it, which I think did something. But Im not really sure.

So I quit KDE and went to the CMD line.

Then I ran pcktool again and tried to install kdebase-3.2.1-i486-1 again.

But now startx doesnt work. - Sorry dont have messages to hand.

Then using pcktool I removed the kdebase-3.2.1-i486-1 package.
Which I think did something as it deleted my /home/Desktop directory, which had the kdebase-3.2.1-i486 package in it.


And now I seem to have no KDE at all. But I'm not sure....

So my question is:

How do reinstall KDE?
Can I do it from the CD?

Should I just reformat and install slack again?
If so, what is the procedure for, or best way to, update to the latest KDE?

This is just a test maching so theres no worry about losing data. But I'd like to know I can fix it up if needed.

Thanks, alexc.
 
Old 04-21-2004, 04:50 AM   #2
Waldi
Member
 
Registered: Apr 2003
Location: Warsaw, Poland
Distribution: Slackware current
Posts: 133

Rep: Reputation: 15
Install kdebase from slack CD again, then use swaret (changing to "current") to upgrade installed packages. As far as I know, upgrading KDE to 3.2.1 using Slack packages requires upgrading X to 4.4.0, otherwise it won't work.
 
Old 04-21-2004, 05:57 AM   #3
alexc
LQ Newbie
 
Registered: Apr 2004
Posts: 9

Original Poster
Rep: Reputation: 0
Quote:
Originally posted by Waldi
Install kdebase from slack CD again, then use swaret (changing to "current") to upgrade installed packages. As far as I know, upgrading KDE to 3.2.1 using Slack packages requires upgrading X to 4.4.0, otherwise it won't work.
aha, I thought of that

But how do install stuff from the CD?

I dont know how to mount the CD from the CLI.

I went to mnt/cdrom but it was empty, so I guess it wasnt mounted.

Any pointers?

thank, alexc
 
Old 04-21-2004, 08:33 AM   #4
Marsanghas
Member
 
Registered: Sep 2003
Location: Spijkenisse, Netherlands
Posts: 119

Rep: Reputation: 15
do a removepkg kdebase

do a mount /mnt/cdrom (which will be the place where your cdrom will be mounted (as mentioned in your /etc/fstab))

cd /mnt/cdrom/slackware/kde

and installpkg the kdebase package again

now all should be fine again and you can start looking at swaret :-)

It looks like you just updated kdebase ... you should update all kde* pkgs and arts and qt and maybe some more...

and upgrading with swaret will take care of that for you.

look around... you'll find plenty of info on it

good luck
 
Old 04-21-2004, 08:37 AM   #5
Marsanghas
Member
 
Registered: Sep 2003
Location: Spijkenisse, Netherlands
Posts: 119

Rep: Reputation: 15
Oh ... another thing...
If you don't want to go current... you could always use swaret to update everything within 9.1 and then you could get the new kde 3.2.x packages (and arts and qt etc etc ) from kde.org (they have slackware 9.1 tgz packages) , put those in 1 directory and do a upgradepkg *.tgz or use pkgtool from that directory.

That way you have the stable Slackware and the latest KDE

Have fun !

-> edit

I see they don't have precompiled 3.2.2 packages for slack on kde.org yet... but they do have them for 3.2.1 though : http://www.kde.org/info/3.2.1.php



Last edited by Marsanghas; 04-21-2004 at 09:06 AM.
 
Old 04-21-2004, 02:15 PM   #6
neondonkey
LQ Newbie
 
Registered: Apr 2004
Location: illinois
Distribution: home: slackware 11 and work: SLES 9 on zseries
Posts: 13

Rep: Reputation: 0
like everyone else said, you can't just install kdebase, but you don't need to add all the kde packages, or update X for that matter. the main files you need to upgrade are kdebase, kdelibs, arts-1.2.1, and qt-3.3.1. the rest are optional.
 
Old 04-21-2004, 07:05 PM   #7
alexc
LQ Newbie
 
Registered: Apr 2004
Posts: 9

Original Poster
Rep: Reputation: 0
Cool. Excellent info. Thanks everyone.

I'll give it a go later when I get home.


I didnt realise I needed more than KDEBase. But now I do :-)

So I'll mount the CD, reinstall KDEbase from there, and then the easiest thing to do is use SWARET.

If I want to get the packages myself and do it, is there a list or howto anywhere? On the Slackware site a search for KDE packages brings back loads of stuff and I'm not sure what I need. Is there any info on this, or is it just experience and trial and error?

As an aside - This is why I like Slackware. - Its encourages me to do stuff the 'hardway'. Then I learn to appreciate the easy way. Not sure why Slack' makes me feel better, all I know is I never liked Mandrake or Redhar/Fedora. Too superficial I think. Slackware is nice and honest :-)


Thanks, alexc.
 
Old 04-25-2004, 05:00 AM   #8
alexc
LQ Newbie
 
Registered: Apr 2004
Posts: 9

Original Poster
Rep: Reputation: 0
kdestart not found.

Hmmm.

Finally got around to looking at this...

I mounted the cd and reinstall kdebase.

But when I run startx I now get kdestart not found.

However I did notice swaret in the extras dir of the CD. so I've installed that and I'll try to use to update. Seems like a good idea :-)

alexc.
 
Old 04-25-2004, 06:31 AM   #9
Marsanghas
Member
 
Registered: Sep 2003
Location: Spijkenisse, Netherlands
Posts: 119

Rep: Reputation: 15
Hmm... try this :

Code:
which kdestart
and tell us what the output is

And try this command :

Code:
echo $PATH
is there an /opt/kde/bin in there?
 
Old 04-25-2004, 07:10 PM   #10
alexc
LQ Newbie
 
Registered: Apr 2004
Posts: 9

Original Poster
Rep: Reputation: 0
Quote:
Originally posted by MarsDude
Hmm... try this :

Code:
which kdestart
and tell us what the output is

And try this command :

Code:
echo $PATH
is there an /opt/kde/bin in there?
Hello,

Too late.

I've upgraded to KDE 3.2 with SWARET, and now its all working again.
I couldnt get swaret working from the CD (didnt seem to be getting a package list to install stuff), but this hint over at the swaret forums helped me out:
http://forum.swaret.org/viewtopic.php?t=839

Thanks for the help anyway.

alexc.
 
Old 04-26-2004, 05:28 AM   #11
Marsanghas
Member
 
Registered: Sep 2003
Location: Spijkenisse, Netherlands
Posts: 119

Rep: Reputation: 15
Quote:
Originally posted by alexc
Hello,

Too late.

I've upgraded to KDE 3.2 with SWARET, and now its all working again.
I couldnt get swaret working from the CD (didnt seem to be getting a package list to install stuff), but this hint over at the swaret forums helped me out:
http://forum.swaret.org/viewtopic.php?t=839

Thanks for the help anyway.

alexc.
You're welcome... Have fun with 3.2 !

MarsDude
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
can not browse device. KDE broke? jialin Debian 8 10-11-2005 08:35 PM
KDE broke my keyboard Shafted Debian 4 01-07-2005 08:01 AM
Broke sound in Mdk 10.1, KDE 3.2 Thorium Linux - Newbie 2 12-22-2004 02:11 AM
gnome broke :( but kde ok :) arpi Linux - Software 0 05-28-2004 08:48 PM
Broke KDE m15a4spr Linux - Software 1 08-17-2003 11:45 PM

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

All times are GMT -5. The time now is 09:57 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