LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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-20-2004, 09:09 AM   #1
objorkum
Member
 
Registered: Aug 2003
Location: Norway
Distribution: Slackware 10.0
Posts: 231

Rep: Reputation: 30
How to keep Slackware up-to-date?


I have understood that I should keep Slackware up-to-date by installing the packages in the /patches directory on a Slackware mirror.

What is the best way to keep Slackware up-to-date? Kan any tools upgrade the needed packages automatically?
 
Old 11-20-2004, 09:29 AM   #2
rutty
LQ Newbie
 
Registered: Apr 2004
Posts: 13

Rep: Reputation: 0
Shilo recommends swaret:

http://swaret.sourceforge.net/index.php

Check out his Slackware run-through:

http://www.linuxquestions.org/questi...hreadid=174447

It's helped me no end
 
Old 11-20-2004, 09:35 AM   #3
slackaddict
Member
 
Registered: Nov 2004
Location: Aotearoa
Distribution: Slack, Ubuntu
Posts: 92

Rep: Reputation: 15
I use slapt-get (http://software.jaos.org) myself and have had no probs. It can check for, download and install updates for slackware-9.0 to 10.0 or you can use it to stay up to date with slackware-current.

Swaret (http://swaret.sourceforge.net) is another poular one, I think the only way to know which is best for you is to try them out.

Hope that helps :-)
 
Old 11-20-2004, 10:33 AM   #4
ringwraith
Senior Member
 
Registered: Sep 2003
Location: Indiana
Distribution: Slackware 15.0
Posts: 1,272

Rep: Reputation: 65
Also many of us download the updates listed in the changelogs and then download them with wget. There are also many that rsync a copy of current to their HD and then upgradepkg them from there. If you use the auto updaters, please read the changelogs regularly. Otherwise you will be on here posting about screwing up your system.
 
Old 11-20-2004, 12:16 PM   #5
eelriver
Member
 
Registered: May 2004
Location: san francisco
Distribution: Slackware 10.2 kernel 2.6.13, Gentoo amd64, Some mish-mash of programs that started with slack 9.0
Posts: 165

Rep: Reputation: 30
I have to even this out here and vote for reading the Changelogs and downloading the packages as needed then using "upgradepkg". If you read the Changelog regularly there is never that much that needs to be downloaded at one time. I'm one of those that keeps my own "mirror" and rsyncs as needed.
You could subscribe to one of the Slackware mailing lists: http://www.slackware.com/lists/ to recieve notice when a security update is avalible, etc. These are not spam lists, but official notification lists.
 
Old 11-22-2004, 03:07 AM   #6
KMcD
Member
 
Registered: Jun 2003
Location: Dublin, Ireland
Distribution: Slack -- current
Posts: 354

Rep: Reputation: 30
I use Swaret to download the upgraded packages but I use upgradepkg to actually do the upgrading AFTER reading the Changelog. As has already been said, you ignore the Changelog at your peril.
 
Old 11-22-2004, 04:39 AM   #7
Slovak
Member
 
Registered: Oct 2004
Location: North Olmsted, Oh
Distribution: Slackware 10
Posts: 206

Rep: Reputation: 30
I hate to sound stupid, but where is the changelog located?
 
Old 11-22-2004, 04:54 AM   #8
eelriver
Member
 
Registered: May 2004
Location: san francisco
Distribution: Slackware 10.2 kernel 2.6.13, Gentoo amd64, Some mish-mash of programs that started with slack 9.0
Posts: 165

Rep: Reputation: 30
http://www.slackware.com/changelog/
 
Old 11-22-2004, 04:22 PM   #9
Slovak
Member
 
Registered: Oct 2004
Location: North Olmsted, Oh
Distribution: Slackware 10
Posts: 206

Rep: Reputation: 30
Thanks.
What's the difference between Slack 10 and current? What I actually mean is the current stable releases like Slack 10 are?

Last edited by Slovak; 11-22-2004 at 04:26 PM.
 
Old 11-22-2004, 06:30 PM   #10
predator.hawk
Member
 
Registered: Aug 2004
Location: USA
Distribution: FreeBSD-5.4-STABLE
Posts: 252

Rep: Reputation: 30
-current is the development area, stuff doesn't always work.
 
Old 11-22-2004, 06:56 PM   #11
neilman
Member
 
Registered: Oct 2004
Location: Northville, MI
Distribution: Slackware
Posts: 65

Rep: Reputation: 15
I'm also a swaret user, and I really dig it. I would, however, always recommend caution when installing new C libraries (libstdc, glibc, etc.). Those are the C libraries that are required to be in order for your system to run, or better yet, boot up. If there were a definitive guide to upgrading the C libraries smoothly and properly (even better if it was with swaret), that would be a swell link to bookmark.
 
Old 11-22-2004, 08:29 PM   #12
Slovak
Member
 
Registered: Oct 2004
Location: North Olmsted, Oh
Distribution: Slackware 10
Posts: 206

Rep: Reputation: 30
Speaking of upgrades, what is glibc and mod_ssl for? Should I upgrade them?
 
Old 11-23-2004, 01:59 AM   #13
neilman
Member
 
Registered: Oct 2004
Location: Northville, MI
Distribution: Slackware
Posts: 65

Rep: Reputation: 15
glibc is the GNU C library. If you are running a production server, or even a very important workstation, my suggestion is not to upgrade glibc. What is your current version, and which version are you wishing to upgrade to? Answer that question first, and I'm sure you'll get some feedback from the more experienced users on that topic.

mod_ssl is an Apache module for SSL (secure sockets layer). mod_ssl uses the OpenSSL toolkit to provide the cryptography on the Web server. Read more about it at modssl.org.
 
Old 11-23-2004, 04:36 AM   #14
Slovak
Member
 
Registered: Oct 2004
Location: North Olmsted, Oh
Distribution: Slackware 10
Posts: 206

Rep: Reputation: 30
My glibc version is 2.3.2-i486-6, and the upgrade I was wondering about is 2.3.2-i486-7 listed in the Slack 10 stable changelog.
 
Old 11-23-2004, 04:43 AM   #15
eelriver
Member
 
Registered: May 2004
Location: san francisco
Distribution: Slackware 10.2 kernel 2.6.13, Gentoo amd64, Some mish-mash of programs that started with slack 9.0
Posts: 165

Rep: Reputation: 30
Don't upgrade glibc unless you have a really good reason to. For now I would stick with Slackware 10 and only upgrade with security patches.
If your detemined to try out -current, it needs to be done in order of package release, from oldest to newest because packages made after an upgrade of something like glibc were compiled against it.
It is best not to mix and match.
 
  


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
Are there any up to date Slackware Mirrors in New Zealand? jimdaworm Slackware 2 02-08-2005 07:36 PM
How to make sure a Slackware system is up to date? MDesigner Linux - Newbie 5 01-12-2005 06:41 PM
Do anyone know the date of new Slackware release joeSVK Slackware 2 02-27-2004 09:17 AM
how to change date and time in slackware 8.1 erikm103 Linux - Newbie 4 02-25-2003 06:26 PM
date for slackware 9.0?? bartgymnast Slackware 5 02-21-2003 06:32 PM

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

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