Slackware 11.0 is almost here
Moderators: snarkout, Patrick, dann
- Wally Balljacker
- Posts: 1227
- Joined: Fri Jul 29, 2005 3:32 am
- Location: University of Massachusetts - Lowell
- Contact:
Slackware 11.0 is almost here
Slack is a distro everybody should try at some point in their lives. Honestly, there's really no other distribution quite like it that offers the simplicity, stability, and speed of good 'ol Slack. I wait with baited breath, how about everyone else? I know Linc, and Allan can't wait!
Run down of what's on track:
2.4.33/2.6.17 kernel
KDE 3.5.4
Xfce 4.2.3.2
Firefox 1.5.0.6
X.org 6.9
Run down of what's on track:
2.4.33/2.6.17 kernel
KDE 3.5.4
Xfce 4.2.3.2
Firefox 1.5.0.6
X.org 6.9
Re: Slackware 11.0 is almost here
Damn straight!Wally Balljacker wrote:I wait with baited breath, how about everyone else? I know Linc, and Allan can't wait!
-Linc Fessenden
In the Beginning there was nothing, which exploded - Yeah right...
In the Beginning there was nothing, which exploded - Yeah right...
- Wally Balljacker
- Posts: 1227
- Joined: Fri Jul 29, 2005 3:32 am
- Location: University of Massachusetts - Lowell
- Contact:
You sound as if there is a package manager like apt in Slackware by default. And before anyone hounds me about this I know there is slapt-get and swaret and another one. I don't think any of those are part of the official distro, but maybe on the extras cd.
Anyway, there is a file in /etc/slackware-version that you can look into. If you are using swaret or slapt-get then change (in the config file) the version listing to what you want.
Anyway, there is a file in /etc/slackware-version that you can look into. If you are using swaret or slapt-get then change (in the config file) the version listing to what you want.
- Wally Balljacker
- Posts: 1227
- Joined: Fri Jul 29, 2005 3:32 am
- Location: University of Massachusetts - Lowell
- Contact:
If you have RC3 installed, then once 11.0 is released, you can just manually download the install the updated packages that have been released since RC3 and 11.0 and install them and you will then be running 11.0. And you can then stop there. No need to keep installing packages from current after 11.0 is released if you don't want to.
You can also install "slackpkg" from the /extras directory which will do it for you (that's what I use). It does not resolve dependencies -- it's just an easy way to download and install packages from either the stable or current trees, nothing more and nothing less. And since slackpkg is the only third-party tool like it that is included with Slackware, it more or less has PV's "unofficial blessing". Probably because it just downloads and installs, wihtout trying to figure out dependencies.
You can also install "slackpkg" from the /extras directory which will do it for you (that's what I use). It does not resolve dependencies -- it's just an easy way to download and install packages from either the stable or current trees, nothing more and nothing less. And since slackpkg is the only third-party tool like it that is included with Slackware, it more or less has PV's "unofficial blessing". Probably because it just downloads and installs, wihtout trying to figure out dependencies.
Chess Griffin
- Wally Balljacker
- Posts: 1227
- Joined: Fri Jul 29, 2005 3:32 am
- Location: University of Massachusetts - Lowell
- Contact:
I'm giving "slackpkg" a whirl now. Seems to be real fast and simple, but it looks like most of the 11.0 mirrors in the config file haven't been updated yet, so I went ahead with -current for now.Chess wrote:If you have RC3 installed, then once 11.0 is released, you can just manually download the install the updated packages that have been released since RC3 and 11.0 and install them and you will then be running 11.0. And you can then stop there. No need to keep installing packages from current after 11.0 is released if you don't want to.
You can also install "slackpkg" from the /extras directory which will do it for you (that's what I use). It does not resolve dependencies -- it's just an easy way to download and install packages from either the stable or current trees, nothing more and nothing less. And since slackpkg is the only third-party tool like it that is included with Slackware, it more or less has PV's "unofficial blessing". Probably because it just downloads and installs, wihtout trying to figure out dependencies.
That's because -stable is still set to 10.2. There is no v.11 tree yet, so yep, just stick with -current until 11.0 comes out. Once it does, you can change your slackpkg conf to point to the 11.0 tree and you'll just be tracking the stable 11.0 tree from there on out.Wally Balljacker wrote:it looks like most of the 11.0 mirrors in the config file haven't been updated yet, so I went ahead with -current for now.
One more thing: you can also try using Eric Hameleer's great slackware rsync script to create your own mirror of Slackware -stable or -current (this is what I use as well to create my own CD or DVD). That way, you can follow the changelog and manually upgrade the RC3>11.0 packages after 11.0 is final.
Here is Eric's site (he is a long time Slack user and Pat V. has given him web space on slackware.com)
http://www.slackware.com/~alien/
Look in "useful scripts" and it's called "mirror-slackware-current.sh."
Chess Griffin
- Wally Balljacker
- Posts: 1227
- Joined: Fri Jul 29, 2005 3:32 am
- Location: University of Massachusetts - Lowell
- Contact:
I use checkinstall all the time and it works great. There are other, similar projects out there, like PkgBuild (used to be called src2pkg):Wally Balljacker wrote:Hey Chess, I was looking into slacktrack, and checkinstall, for tracking programs compiled from source. Do you use either one of these? I've just been compiling from source, and installing the old fashion way. Would using one of these tools be a better idea?
http://distro.ibiblio.org/pub/linux/dis ... -PkgBuild/
made by the maintainer of Amigo Linux, which apparently works well, although I have never tried it. There is a LQ thread about it here:
http://www.linuxquestions.org/questions ... p?t=462649
Checkinstall is all I need, though. It just makes it easy to remove packages later on.
Chess Griffin