LinuxQuestions.org
Visit Jeremy's Blog.
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 09-08-2010, 07:01 PM   #1
njb
Member
 
Registered: Apr 2010
Location: Behind the Gateway
Distribution: Slackware 13.1
Posts: 167
Blog Entries: 4

Rep: Reputation: 16
Talking how to download KDE 4.5.1 from alien ktown


We can have now the KDE 4.5.1 in place of 4.5.0 in alien's ktown depositories.
I've read the readme file.

Quote:
First, change your current directory to where you found this README.
From within this directory, you run the following commands as root.

On Slackware 32-bit:
# upgradepkg --reinstall --install-new x86/deps/*.t?z
# upgradepkg --reinstall --install-new x86/kde/*.t?z
But I have to download first the 4.5.1 directory from
http://alien.slackbook.org/ktown/4.5.1/

And I need the command line to do it.

NjB
 
Old 09-08-2010, 07:45 PM   #2
damgar
Senior Member
 
Registered: Sep 2009
Location: dallas, tx
Distribution: Slackware - current multilib/gsb Arch
Posts: 1,949
Blog Entries: 8

Rep: Reputation: 203Reputation: 203Reputation: 203
These packages are in slackware -current as of yesterday.
 
Old 09-08-2010, 07:56 PM   #3
dc_eros
Member
 
Registered: Nov 2006
Distribution: Slackware
Posts: 294

Rep: Reputation: 39
Do you really need alien's KDE 4.5.1 because slackware-current already has KDE 4.5.1. Well, you really pursue, you can use wget.

Code:
cd to/where/you/want/to/save
wget -r url-here
But I'm not sure how to make it work in HTTP. I only tried FTP.
 
Old 09-08-2010, 08:10 PM   #4
njb
Member
 
Registered: Apr 2010
Location: Behind the Gateway
Distribution: Slackware 13.1
Posts: 167

Original Poster
Blog Entries: 4

Rep: Reputation: 16
Quote:
But I'm not sure how to make it work in HTTP. I only tried FTP
Do you have the FTP URL for alien.slackbook.org and the path for KTOWN ?

;-/ NjB /
 
Old 09-08-2010, 08:13 PM   #5
damgar
Senior Member
 
Registered: Sep 2009
Location: dallas, tx
Distribution: Slackware - current multilib/gsb Arch
Posts: 1,949
Blog Entries: 8

Rep: Reputation: 203Reputation: 203Reputation: 203
I use lftp
Code:
lftp -c "open http://alien.slackbook.org/ktown/4.5.1/ ; mirror x86"
for instance would mirror the x86 packages in a folder called x86, wherever you ran the command from, but again these are in Slackware current now.

Last edited by damgar; 09-08-2010 at 08:15 PM.
 
Old 09-08-2010, 08:43 PM   #6
njb
Member
 
Registered: Apr 2010
Location: Behind the Gateway
Distribution: Slackware 13.1
Posts: 167

Original Poster
Blog Entries: 4

Rep: Reputation: 16
Now that the KDE 4.5.1 is in the official FTP site,
Is it possible to download from the official .

:-/ NjB /
 
Old 09-08-2010, 08:47 PM   #7
damgar
Senior Member
 
Registered: Sep 2009
Location: dallas, tx
Distribution: Slackware - current multilib/gsb Arch
Posts: 1,949
Blog Entries: 8

Rep: Reputation: 203Reputation: 203Reputation: 203
Yes, http://slackware.mirrors.tds.net/pub...slackware/kde/

The problem will be that you will have to go through and pick out the dependencies. The easiest thing is just to use slackpkg to upgrade to current, which may or may not be something you want to do. The command I gave you above will mirror both kde and deps directories so that you just cd into your x86 (or x86_64) directory that the mirror command generated and AS ROOT IN RUNLEVEL 3 do
Code:
upgradepkg --reinstall --install new */*.t?z
 
Old 09-08-2010, 09:09 PM   #8
njb
Member
 
Registered: Apr 2010
Location: Behind the Gateway
Distribution: Slackware 13.1
Posts: 167

Original Poster
Blog Entries: 4

Rep: Reputation: 16
Red face That's It ?

Quote:
The problem will be that you will have to go through and pick out the dependencies.
I don't want to pick one by one all the dependencies.
Quote:
The easiest thing is just to use slackpkg to upgrade to current
I am already in current, but I shall check news again with
Quote:
# slackpkg update
# slackpkg install-new
# slackpkg upgrade-all
then
Quote:
lftp -c "open http://alien.slackbook.org/ktown/4.5.1/ ; mirror x86"
then
Quote:
cd into your x86 (or x86_64) directory that the mirror command generated and AS ROOT IN RUNLEVEL 3 do
upgradepkg --reinstall --install new */*.t?z
and I hope it will work ;-)

NjB
 
Old 09-08-2010, 09:12 PM   #9
damgar
Senior Member
 
Registered: Sep 2009
Location: dallas, tx
Distribution: Slackware - current multilib/gsb Arch
Posts: 1,949
Blog Entries: 8

Rep: Reputation: 203Reputation: 203Reputation: 203
All you have to do is upgrade current and you will be running kde 4.5.1. If you've been running Eric's other packages though, you probably have KDE blacklisted in /etc/slackpkg/blacklist if you followed directions. That's what happened to me today. I had to remember to go in and un-blacklist the kde packages.
 
Old 09-09-2010, 01:05 PM   #10
njb
Member
 
Registered: Apr 2010
Location: Behind the Gateway
Distribution: Slackware 13.1
Posts: 167

Original Poster
Blog Entries: 4

Rep: Reputation: 16
Wink With current simply upgrade to run KDE 4.5.1

Quote:
All you have to do is upgrade current and you will be running kde 4.5.1.
I have upgraded , it took a long time.
Now I have the KDE 4.5.1 desktop.

 
  


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.5.10 download sonshine Linux - Desktop 1 09-02-2010 10:10 AM
KDE 4.4.0 on Alien Bob's site samac Slackware 64 04-20-2010 07:22 AM
Blacklist lines to keep slackpkg from overwriting Alien Bob's KDE 4.4.1 packages damgar Slackware 1 03-07-2010 12:35 AM
I want to download KDE, I need help Ma-fia Linux - Newbie 4 03-05-2004 03:56 PM
How to download KDE 3.1 ? futurist Linux - Software 3 03-23-2003 10:25 PM

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

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