LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 06-30-2004, 12:14 PM   #1
noobtesting
Member
 
Registered: Mar 2004
Location: Illinois
Distribution: Mint 15
Posts: 163

Rep: Reputation: 30
Slackware 10 update


I just moved over to Slackware 10 from Mandrake 10 for a little more hands on experiance and was wondering how you update Slackware. In Mandrake, Fedora, SuSE and some others you have a update option under package manager. I have been in the Kpackage which is what I was given with KDE but when I go to update there is nothing there. Is that how I update or can I use apt-get or something else?

Thanks for all the help
 
Old 06-30-2004, 12:16 PM   #2
lyceum
Member
 
Registered: Aug 2003
Location: N.C.
Distribution: rh9, fc1, slack 9.1, 10
Posts: 229

Rep: Reputation: 30
i like swaret. you can find out about it in the "this is how i do it all" thread stickied at the top of this page. or just do some googling. i think the homepage is www.swaret.org

hope this helps.
 
Old 06-30-2004, 12:27 PM   #3
xushi
Senior Member
 
Registered: Jun 2003
Location: UK
Distribution: Gentoo
Posts: 1,288

Rep: Reputation: 45
Some helpful tips,

- Download swaret. If from command prompt, type
wget http://www.swaret.org/files/stable/s...2-noarch-1.tgz

- Install swaret. type
installpkg swaret-1.6.2-noarch-1.tgz

- Edit its configuration file. type
pico /etc/swaret.conf
change
version=9.1
to
version=current
save and exit.

- run swaret. type
swaret --update
swaret --upgrade

install all packages.

Helpful hint, if you go down through swaret.conf, you can enable it to also update lilo, and your kernel. If you do so, whenever it actually does update your lilo and or kernel, make _sure_ you type
lilo
before you reboot, otherwise you'll be stuck without a proper kernel installation...

hope this helps
 
Old 06-30-2004, 01:05 PM   #4
penkwin
LQ Newbie
 
Registered: Jan 2004
Location: Earth
Distribution: Slackware64-14.2!
Posts: 9

Rep: Reputation: 0
I've tried swaret, but prefer slapt-get for its speed and ease of use:

http://software.jaos.org/

From the readme:

1. Features

slapt-get tries to emulate Debian's apt-get as closely as possible.

* uses native Slackware tools (installpkg, upgradepkg, and removepkg)
* supports multiple package sources (including linuxpackages.net)
* cache data concerning packages and updates from package sources
* supports sources from ftp, ftps, http, https, file:/// and more (libcurl)
* resumes broken downloads and will verify package integrity with MD5
checksum
* show packages that are available (from cached data) and installed
* search package listing using POSIX and extended regular expressions
by package name, location, and description
* retrieve, install, and remove packages by name or by specific version
* retrieve and apply updates
* upgrade from one slackware release to another in a few simple steps
* show description of packages, including mirror location, version, size,
dependencies (where available), conflicts (where available), description,
and installation status
* exclude (hold) packages from upgrades, by name or by regular expression
* transaction engine for install, remove, and upgrades
* "compare package version" algorithm to prevent downgrades
* recursive dependency resolution using slack-required metadata (see FAQ)
* package conflict resolution using slack-conflicts metadata (see FAQ)
* extremely fast and easy to script with
 
Old 06-30-2004, 02:20 PM   #5
lyceum
Member
 
Registered: Aug 2003
Location: N.C.
Distribution: rh9, fc1, slack 9.1, 10
Posts: 229

Rep: Reputation: 30
interesting. i had not heard of slapt-get, though i used apt in red hat and fedora and liked it quite a bit. have you used apt? and if so, how would you compare them? does slapt do a good job of emulating it, and do you use the same syntax? for example:
Code:
slapt-get install mplayer*
 
Old 06-30-2004, 02:21 PM   #6
lyceum
Member
 
Registered: Aug 2003
Location: N.C.
Distribution: rh9, fc1, slack 9.1, 10
Posts: 229

Rep: Reputation: 30
also, is there a gui front end such as synaptic? i always used apt from the cli, but now i'm just curious. i know, i know...go to the site and read the friggin faq, right?
 
Old 06-30-2004, 02:29 PM   #7
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872
Quote:
also, is there a gui front end...
Sure :Slapt-GUI
 
Old 06-30-2004, 02:31 PM   #8
lyceum
Member
 
Registered: Aug 2003
Location: N.C.
Distribution: rh9, fc1, slack 9.1, 10
Posts: 229

Rep: Reputation: 30
cool, thanks keefaz.
 
Old 06-30-2004, 02:37 PM   #9
penkwin
LQ Newbie
 
Registered: Jan 2004
Location: Earth
Distribution: Slackware64-14.2!
Posts: 9

Rep: Reputation: 0
gui coming soon--if that's your thing :^)

http://software.jaos.org/screenshots...screenshot.png

I haven't used apt, but the syntax is nearly identical from what I know of apt:

From the man page:

slapt-get(8) slapt-get(8)

NAME
slapt-get - frontend to pkgtools

SYNOPSIS
slapt-get [ option(s) ] [ target ]

options: [ --download-only ] [ --simulate|-s ] [ --no-prompt|-y ] [ --reinstall ] [
--ignore-excludes ] [ --no-md5 ] [ --no-dep ] [ --disable-dep-check ] [ --print-
uris ] [ --show-stats|-S ]

targets: [ --update ] [ --upgrade ] [ --dist-upgrade ] [ --install ] [ --remove ] [
--show ] [ --search ] [ --list ] [ --installed ] [ --clean ] [ --version ]
 
Old 06-30-2004, 03:11 PM   #10
FXRS
Member
 
Registered: Jun 2003
Posts: 144

Rep: Reputation: 15
I've been trying Slapt-get and when I do a update the "official" current mirrors fail.

FX
 
  


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
etc-update for Slackware uselpa Slackware 13 11-02-2005 11:44 AM
Slackware update?? linuxhippy Slackware 14 03-29-2005 12:58 PM
Slackware 10.0 update? carlosinfl Slackware 8 07-19-2004 09:08 PM
How Do I Update Slackware? AFI_Flame Slackware 19 05-21-2004 01:21 PM
Slackware Security Update: GDM security update phoeniXflame Slackware 2 08-26-2003 04:21 PM

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

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