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 11-05-2011, 12:58 PM   #1
R3V0LV3R
Member
 
Registered: Nov 2011
Posts: 78

Rep: Reputation: 11
Updating to KDE 4.7.3 in Slackware 13.37


Hello everyone.

Hopefully the answer to this question isn't painfully obvious, but it feels like it should be.

I just installed slackware about a week ago. I'm trying to use alienbob's instructions for updating to KDE 4.7.3, but after using the rsync command to download all the repositories, nothing seems to happen. The next step is to cd to 4.7.3, but that doesn't exist anywhere in my directories.

So.... what's the obvious step I'm missing? I suspect there's something I'm supposed to update in my repositories/mirrors beforehand, but not sure.

Thanks.
 
Old 11-05-2011, 03:02 PM   #2
beder
Member
 
Registered: Apr 2011
Posts: 82

Rep: Reputation: 28
Well, what was the exact rsync command you issued? Did it take long enough to complete as to indicate it really worked and stuff was downloaded?

Try going into the directory you issued the command from and do "find . -name *.t?z" and see if it brings any results
If you don't remember the directory you issue the command from, try doing "find / -name 4.7.3 2> /dev/null" and see if it finds the directory for you

On a side note, for some reason I tend to prefer using wget to download this kind of stuff...
In this case, you would do
Code:
wget -r --no-parent http://alien.slackbook.org/ktown/4.7.3/x86/
or, if you have a 64bits system,
wget -r --no-parent http://alien.slackbook.org/ktown/4.7.3/x86_64/
Remember that the content will be downloaded inside the directory you issued the command from. Also, wget will download into a folder a hierarchy such as alien.slackbook.org/ktown/4.7.3/x86 in your current dir
 
1 members found this post helpful.
Old 11-05-2011, 03:48 PM   #3
R3V0LV3R
Member
 
Registered: Nov 2011
Posts: 78

Original Poster
Rep: Reputation: 11
The command I'm using is
Code:
rsync -av rsync://alien.slackbook.org/alien/ktown/4.7.3

Quote:
Below are the steps you need to take to install or upgrade to KDE 4.7.3.

Make sure you are not running KDE or even X! If you are running an X session,
log out first, and if you are in runlevel 4 (graphical login) you first have to
go back to runlevel 3 (console) by typing "init 3".

To make it easy for you, here is an easy one-line command that downloads the
whole 4.7.R3directory with all the sources, and 32bit and 64bit packages:

# rsync -av rsync://alien.slackbook.org/alien/ktown/4.7.3 .

Assuming you downloaded the complete directory tree "4.7.3" with everything
below, you change your current directory to where you found this README
(which is the directory called '4.7.3'). If you used the above "rsync" command
then that would mean a simple:

# cd 4.7.3
And cd 4.7.3 isn't working because that directory isn't created. As you guessed, the command completes way too quickly to have downloaded the content, but there are no errors or anything.

Before I try 'wget', do I really need to exit X in order to just download the data? That makes sense for updates but I didn't think it was necessary when downloading.

Last edited by R3V0LV3R; 11-06-2011 at 09:22 AM.
 
Old 11-05-2011, 03:56 PM   #4
T3slider
Senior Member
 
Registered: Jul 2007
Distribution: Slackware64-14.1
Posts: 2,367

Rep: Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843
You're missing the . (period) at the end of that rsync command, which tells it to sync it to the current directory.
 
Old 11-05-2011, 04:00 PM   #5
R3V0LV3R
Member
 
Registered: Nov 2011
Posts: 78

Original Poster
Rep: Reputation: 11
Quote:
Originally Posted by T3slider View Post
You're missing the . (period) at the end of that rsync command, which tells it to sync it to the current directory.
Yeah I had actually tried that too.... same result.

Right now, I'm downloading successfully using wget in place of rsync. I'm still in KDE so hopefully this isn't going to blow anything up. If it does, I guess a reinstall is in my near future.
 
Old 11-05-2011, 04:08 PM   #6
beder
Member
 
Registered: Apr 2011
Posts: 82

Rep: Reputation: 28
You can download from kde without worries, just exit X right before installing (the upgradepkg commands)

I would make sure to have another window manager working before doing the install in case you have to debug something (although not likely you'll need, i'm currently using kde 4.7.3 under slack 13.37 without problems)
Try issuing startxfce from the command line just to be safe that you have a backup plan (off course, kde must not be running at the same time)

Last edited by beder; 11-05-2011 at 04:10 PM.
 
Old 11-05-2011, 06:40 PM   #7
R3V0LV3R
Member
 
Registered: Nov 2011
Posts: 78

Original Poster
Rep: Reputation: 11
Outstanding, beder.

Using 'wget' works like a charm. Posting from the upgraded system right now. Thanks for the help.
 
Old 11-06-2011, 05:56 AM   #8
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 R3V0LV3R View Post
The command I'm using is rsync -av rsync://alien.slackbook.org/alien/ktown/4.7.3
If you did add that dot at the end, the only thing I can think of is that you also added that hash character at the beginning of the line, i.e. you have run the command as:

Code:
# rsync -av rsync://alien.slackbook.org/alien/ktown/4.7.3 .
Having the "#" at the beginning essentially makes the rest of the line a comment... it will not be executed.

Eric
 
  


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
updating slackware 13.0 to slackware-current (+some housekeeping) logicalfuzz Slackware 6 05-17-2010 02:26 AM
Updating KDE to 3.5.2 Stabby McTwist Linux - Newbie 4 06-02-2006 05:57 PM
Updating KDE from the KDE FTP site Woodsman Slackware 2 10-23-2005 04:33 PM
Updating KDE: How do you do it????? Gormless Linux - Software 4 10-11-2004 02:31 PM
Swaret, updating to Slackware Current and to KDE 3.2.2... EThitop Linux - Newbie 1 06-01-2004 10:55 PM

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

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