LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware > Slackware - Installation
User Name
Password
Slackware - Installation This forum is for the discussion of installation issues with Slackware.

Notices


Reply
  Search this Thread
Old 10-03-2006, 08:58 AM   #1
doug-taylor
LQ Newbie
 
Registered: Oct 2006
Posts: 8

Rep: Reputation: 0
Upgrading over network?


I've got a laptop with Slackware 10.2 installed, and I'm interested in upgrading to 11. The only problem is, there are hardly any sites with ISO images to download. (I know, I could download an ISO image via a torrent. I may do that, but my work blocks torrents and I don't really have the time to fiddle with that at home. Well, I could *make* time, but I'd prefer not to unless it's necessary. Anyway . . .)

So, I was wondering how one goes about upgrading Slackware over the network. Is there an easy, slick way to do this? Or will I have to download each package directory by hand or something?

Thanks in advance.

Doug
 
Old 10-04-2006, 03:39 AM   #2
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
http://slackware.osuosl.org/slackware-11.0-iso/ has all the ISOS and a very fat pipe.

Eric
 
Old 10-04-2006, 09:20 AM   #3
doug-taylor
LQ Newbie
 
Registered: Oct 2006
Posts: 8

Original Poster
Rep: Reputation: 0
Thanks for the tip. Unfortunately, all I see are .asc and .md5 files.

Actually, though, I was able to download the iso files from a different source, after I read through the 11.0 announce thread, which I probably should have done in the first place. :-)

I'm still curious, though. Is there a good way to upgrade Slackware without downloading the iso files? Maybe a way to find out which packages have been modified and update them across the network?

Doug
 
Old 10-04-2006, 01:47 PM   #4
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 doug-taylor
Thanks for the tip. Unfortunately, all I see are .asc and .md5 files.
You were right... hm. This mirror (also very fast) has them all: http://slackware.mirrors.tds.net/pub...ware-11.0-iso/

Quote:
I'm still curious, though. Is there a good way to upgrade Slackware without downloading the iso files? Maybe a way to find out which packages have been modified and update them across the network?
As a test, I used slackpkg (from the /extra directory) for an upgrade over the network. And that worked out pretty well (I did not need that many packages because I was running a version of slackware-current that was a month old).

Eric
 
Old 10-05-2006, 06:47 AM   #5
doug-taylor
LQ Newbie
 
Registered: Oct 2006
Posts: 8

Original Poster
Rep: Reputation: 0
So how did you do it? Did you just download the package and upgrade or was there something more to it?

Doug
 
Old 10-05-2006, 08:30 AM   #6
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
I installed slackpkg from the /extra directory of Slackware 11.0 (you can download it from any Slackware mirrorif you don't have Slackware 11.0 CDROM or DVD media, it's basically a bunch of scripts).

Then, I uncommented one of the Slackware http mirrors from the slackpkg configuration and ran
Code:
slackpkg update
to let it build the list of available packages, and then ran
Code:
slackpkg install-new
slackpkg upgrade-all
to bring my system up to date.

This prompted several issues that I had to resolve - some of them could be resolved by telling slackpkg what to do, like dealing with the presence of more than one package of the same name on my computer. For instance multiple kernels, and multiple versions of wireless drivers that I had installed for all those kernels. Other issues are left for you to deal with after slackpkg ends (like veryfying a lot of changed scripts that are left as <filename>.new on your computer) and manually installing kernel-modules and updating lilo.conf / running lilo. Slackpkg informed me about most of these issues, so with some carefully executed steps, there was no problem resolving all of those.

I must say, I concluded that this upgrade process is not for the "Slackware illiterate" - you do have to know what you're dealing with here. If I have to compare the upgrade through slackpkg with my usual process of re-install from scratch while preserving the content of my current /home partition, I feel more comfortable with re-installing from scratch. But that is my personal opinion based on a single run of slackpkg, don't let it influence your own thoughts about it too much.

Eric
 
Old 10-05-2006, 08:36 AM   #7
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,923
Blog Entries: 44

Rep: Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158
Quote:
Originally Posted by doug-taylor
I've got a laptop with Slackware 10.2 installed, and I'm interested in upgrading to 11. The only problem is, there are hardly any sites with ISO images to download. (I know, I could download an ISO image via a torrent. I may do that, but my work blocks torrents and I don't really have the time to fiddle with that at home. Well, I could *make* time, but I'd prefer not to unless it's necessary. Anyway . . .)

So, I was wondering how one goes about upgrading Slackware over the network. Is there an easy, slick way to do this? Or will I have to download each package directory by hand or something?

Thanks in advance.

Doug
Hi,

Go here to get the iso(s)!

Edit: sorry eric, I'm having some network problems and did not get the full thread. Will have to find out what's going on!

Last edited by onebuck; 10-05-2006 at 08:39 AM.
 
Old 10-06-2006, 07:35 AM   #8
doug-taylor
LQ Newbie
 
Registered: Oct 2006
Posts: 8

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by Alien Bob
I installed slackpkg from the /extra directory of Slackware 11.0 (you can download it from any Slackware mirrorif you don't have Slackware 11.0 CDROM or DVD media, it's basically a bunch of scripts).

<...>

Eric
Cool! I'll have to play with that next time I upgrade. (Right now, my little Libretto 70CT is chugging away on the install CDs that I finally managed to download.)

Thanks for your help.

Doug
 
  


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
Network problem after upgrading kernel dinh107 Red Hat 1 08-29-2006 03:01 AM
prob in wireless network after upgrading kernel mithya Linux - Newbie 1 03-17-2006 03:43 PM
Lost network interface after upgrading kernel tripwire45 SUSE / openSUSE 2 02-25-2005 12:15 PM
SuSE 9.0 Upgrading to Kernel 2.6.1 Problems (Network) Smartcat99S Linux - Newbie 2 02-06-2004 03:42 PM
Red Hat Network and Upgrading RPMs vdi_nenna Linux - Software 2 10-09-2002 03:19 PM

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

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