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 12-16-2008, 05:53 AM   #1
yuchankit
Member
 
Registered: Apr 2008
Distribution: Slackware 13.1 ,slackware-current
Posts: 145

Rep: Reputation: 22
Installing kde 4,what I need to install?


Apart from /current/testing/packages/kde4/kde , do I need to install /current/testing/packages/kde4/deps ?Or any other packages to install.

I'm currently intending to install slackware 12.2 and intend to run kde 4 in it.I have a 12.0,running kde 3.5.7 so I can bear any bugs in kde4.

Thank you.
 
Old 12-16-2008, 06:55 AM   #2
SirPetrovich
LQ Newbie
 
Registered: Dec 2008
Posts: 12

Rep: Reputation: 0
i have the same type of question, i've got slack 12.1 and i'm trying to put kde 4.1 on it, but how do i go about doing this? i've tried to find stuff online about how but it's out of date. maybe i just need to look harder but i don't know what to do after i have dled the packages. where do i extract them to and start using 4.1? if i missed some thread about this please point me in the right direction lol thanks.
 
Old 12-16-2008, 07:15 AM   #3
vbisis
Member
 
Registered: Dec 2005
Distribution: Slackware
Posts: 250

Rep: Reputation: 34
easiest way would be:

-Download everything ( maybe except kdei ( better only the language you need )) in the testing/kde4 folder.
-run the remove-kde3.sh -script to remove your kde 3.x.x installation
-delete any .kde - folder in you home directory
-read README
-run the following command: upgradepkg --install-new deps/*.tgz extragear/*.tgz kde/*.tgz kde3-compat/*.tgz

you definitly have to install deps ( depencies ) and kde - folder.

kde3-compat is needed for running kde3-apps which is still quite useful imo.

Anyway, I just followed the README in testing - folder and it worked just perfectly.

@SirPetrovich: have a look at any Slackware mirror: there are precompiled tgzs with a README with installation instructions under testing/kde4
Just follow those instructions
 
Old 12-16-2008, 08:42 AM   #4
yuchankit
Member
 
Registered: Apr 2008
Distribution: Slackware 13.1 ,slackware-current
Posts: 145

Original Poster
Rep: Reputation: 22
No,I'm installing slackware 12.2 from fresh.

I'm not going to install KDE 3 from the installation cd.And I'm intending to install KDE 4 straight without removing KDE 3.Can I do this?
 
Old 12-16-2008, 09:13 AM   #5
titopoquito
Senior Member
 
Registered: Jul 2004
Location: Lower Rhine region, Germany
Distribution: Slackware64 14.2 and current, SlackwareARM current
Posts: 1,644

Rep: Reputation: 145Reputation: 145
Quote:
Originally Posted by yuchankit View Post
No,I'm installing slackware 12.2 from fresh.

I'm not going to install KDE 3 from the installation cd.And I'm intending to install KDE 4 straight without removing KDE 3.Can I do this?
No need to install KDE 3 first. But you should run the remove-kde3.sh script anyway, because some packages from the "l" series need to be replaced.
 
Old 12-16-2008, 09:22 AM   #6
yuchankit
Member
 
Registered: Apr 2008
Distribution: Slackware 13.1 ,slackware-current
Posts: 145

Original Poster
Rep: Reputation: 22
l series,is it referring to language packages?
Is there anyway to download all the kde4 packages in one go?

For vbisis:Where is the README file?

Last edited by yuchankit; 12-16-2008 at 09:26 AM.
 
Old 12-16-2008, 10:34 AM   #7
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
Quote:
Originally Posted by yuchankit View Post
l series,is it referring to language packages?
Is there anyway to download all the kde4 packages in one go?

For vbisis:Where is the README file?
The "l" series is "ell" for "libraries". The qt3 and qca packages in there have to be de-installed too.

The readme is in /testing/packages/KDE4/README.

The command to install all KDE$ related packages is inside that README too.

Eric
 
Old 12-16-2008, 05:05 PM   #8
janhe
Member
 
Registered: Jul 2007
Location: Belgium
Distribution: slackware64 14.2, slackware 13.1
Posts: 371

Rep: Reputation: 54
to download kde4 you can try something like:
Code:
wget -r -np -nH ftp://ftp.lip6.fr/pub/linux/distributions/slackware/slackware-current/testing/packages/kde4/
if the download gets interrupted (because your internet connection fails or something) you can resume by adding the "-c" option:
Code:
wget -c -r -np -nH ftp://ftp.lip6.fr/pub/linux/distributions/slackware/slackware-current/testing/packages/kde4/
The above commands download everything, including the complete kdei series. Probably you don't want this, so you can exclude them and download the one you need afterwards:
Code:
wget -r -np -nH -R "*l10n*" ftp://ftp.lip6.fr/pub/linux/distributions/slackware/slackware-current/testing/packages/kde4/
Code:
wget -c -r -np -nH -R "*l10n*" ftp://ftp.lip6.fr/pub/linux/distributions/slackware/slackware-current/testing/packages/kde4/
IMPORTANT NOTE: Please use a mirror near you!! Don't just copy these commands and abuse this poor French mirror (sauf quand vous êtes français (ou belge car Belnet n'est pas "up-to-date") ). Mirrors can be found at http://www.slackware.com/getslack/ .
 
  


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
Install Gnome after installing KDE, which packages? rgbrock1 SUSE / openSUSE 5 06-27-2008 01:50 PM
Installing KDE Help files in KDE Help Center: 2008.1 Mandriva One smiley_lauf Mandriva 1 05-05-2008 07:02 AM
can I install Konqueror without installing KDE? newbiesforever Linux - Distributions 4 10-04-2007 01:19 PM
Aborted KDE 3.5.1 Install while using KDE 3.4 and KDE and Gnome Won't Boot cheetahman SUSE / openSUSE 5 03-04-2006 11:03 AM
how do I install a KDE Theme from kde-look.org? sunowww Linux - Newbie 3 01-03-2005 01:05 PM

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

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