The beginner's guide to Slackware Linux

Slackware doesn't try to pre-empt you – it doesn't attempt to guess what you want to do and what you're using the installation for. You might be running it as a server or router, in which case the default boot-up mode (to a text login) is perfect. Chances are you'll want to use it in graphical mode, though, so follow these instructions to get it working to your liking.

1. Get graphical

Slackware linux pkgtool

PKGTOOL: As root, enter pkgtool to bring up a menu-driven interface for adding to and removing from your collection of packages

Also, you'll always find an install directory in the package, which tells Slackware's package tools what to do on installation (doinst.sh) and what the package does (slackdesc). Note that normal Slackware packages don't include dependency information; the distro assumes that you know what the software does and needs beforehand. This may seem annoying initially, but when you've got tired of other distros pulling in a jillion recommended dependencies of dubious value just to install one program, you'll value the complete control you get with Slackware.

If you've got a .tgz package that you want to install, the simplest method is:
installpkg filename.tgz
A more elegant way to go about this is using pkgtool. This brings up a menu-driven interface for viewing the list of installed packages, installing multiple packages from a directory and removing packages. Another system you can use is slapt-get which, as the name suggests, is a Slackware workalike of Debian/Ubuntu's apt-get. This enables you to retrieve packages from various sources on the internet such as the official Slackware archives and www.linuxpackages.net, and includes some basic dependency resolving if you need it.

4. Read more

In the Distros/Slackware section of the DVD you'll find the Slackware Book, slackbook-2.0.pdf. This meaty 284-page guide to the distro covers the topics of installation, configuration and administration in great depth with some excellent Slackware wit and bizarre sci-fi references thrown in; it's the first place you should turn to if you have any problems. Indeed, it's well worth having a thorough read once you've got the distribution installed to explore the system further.

As the guide itself says: "We hope you'll lend it to all of your friends when they come asking about that cool Slackware operating system you're running. While this book may not be an edge-of-your seat novel, we certainly tried to make it as entertaining as possible. With any luck, we'll get a movie deal."

TOPICS