Slackware
From Free net encyclopedia
Slackware was one of the earliest Linux distributions, and is the oldest distribution still being maintained. It was created by Patrick Volkerding of Slackware Linux, Inc. It has a policy of incorporating only stable releases of applications, standing mainly for stability and ease of use. For a good while, other Linux distributions that came after it were in fact evaluated for their "Slackware compatibility."
Contents |
History and name
The first Slackware release, 1.00, was on July 16, 1993 [1] by Patrick Volkerding, founder and lead developer. It was based on the SLS Linux distribution and supplied as 3½" floppy disk images that were available by anonymous FTP. Slackware is the oldest maintained distribution to date.
The name "Slackware" stems from the term "Slack," as defined by the Church of the SubGenius.
In the early releases of Slackware, the distribution had three user accounts, "satan," "gonzo" and "snake." These were provided as examples, but were removed from later releases as they were a potential security risk.
In 1999, Slackware's release numbers saw a large increment from 4 to 7. This was explained by Patrick Volkerding [2] as a marketing effort to show that Slackware was as up-to-date as other Linux distributions, many of which had release numbers of 6 at the time.
In 2004, Patrick Volkerding became seriously ill and the future development of Slackware became uncertain. He has since recovered and the development of Slackware has continued.
In 2005, the GNOME desktop environment was removed from the pending future release, and turned over to community support and distribution. The removal of GNOME was seen by some in the Linux community as significant because the desktop environment is found in many Linux distributions. In lieu of this, several community-based projects have filled the GNOME void in Slackware, by offering complete GNOME distributions for Slackware.
Throughout Slackware's history, there have been distributions and LiveCDs based upon Slackware. Some popular distributions derived from Slackware include SUSE, College Linux, SLAX, and VectorLinux.
Releases
version | date |
---|---|
1.0 | July 16 1993 |
2.0 | July 2 1994 |
3.0 | November 30 1995 |
3.1 | June 3 1996 |
3.2 | February 17 1997 |
3.3 | June 11 1997 |
3.4 | October 14 1997 |
3.5 | June 9 1998 |
3.6 | October 28 1998 |
3.9/4.0 | May 17 1999 |
7.0 | October 25 1999 |
7.1 | June 22 2000 |
8.0 | July 1 2001 |
8.1 | June 18 2002 |
9.0 | March 19 2003 |
9.1 | September 26 2003 |
10.0 | June 23 2004 |
10.1 | February 2 2005 |
10.2 | September 14 2005 |
Slackware is primarily developed for the x86 PC hardware architecture. However there have previously been official ports to the DEC Alpha and SPARC architectures. As of 2005, there is an official port to the System/390 architecture. There are also unofficial ports to the ARM [3], Alpha [4], SPARC [5], PowerPC [6] [7] and x86-64 [8] architectures.
Slackware's latest stable x86 release is 10.2 (as of September 14, 2005), which includes support for ALSA, GCC 3.3.6 (with 3.4.4 as an alternative in /testing), Linux kernel 2.4.31 (with Linux 2.6.13 as an alternate choice in /testing), KDE 3.4.2, and all the usual utilities.
There is also a testing / developmental version of Slackware called '-current' that can be used for a more bleeding edge configuration.
ZipSlack
ZipSlack is a boiled-down edition of the Slackware Linux distribution originally designed to fit on a 100 MB Zip disk. It is currently distributed as a zip-compressed archive containing a ready-to-use, minimal Slackware Linux system. It lacks X Window functionality (which can be added if sufficient disk space is available) while making available basic networking and most of the compilers typically included in the main Slackware distribution. It has traditionally been using the FAT/FAT32 file system via UMSDOS giving it the advantage of an easy installation on a DOS or Windows 3.x/9x machine without having to repartition the hard drive. This is particularly useful for a quick and low-risk Slackware Linux tryout, or as a rescue Linux system when debugging an unbootable Linux partition. ZipSlack boots only from a genuine DOS mode and is therefore incompatible with typical Windows NT/2k/XP configurations.
Design philosophies
KISS
KISS, which stands for "Keep it Simple, Stupid," is a concept that explains a lot of design choices in Slackware. In this context, 'simple' refers to the viewpoint of system design, rather than ease of use. This is the reason there are so few GUI tools to configure the system. GUI tools are (as the theory goes) more complex, and are therefore more prone to have problems than simple command line tools. The overall result of this principle is that Slackware is fast and stable, at the cost of user-friendliness. Critics generally say that this makes things too time-consuming and difficult to learn. Advocates say that the flexibility and transparency as well as the experience gained from the process more than make up for it.
Startup scripts
Slackware uses BSD style init scripts, while most other Linux distros use System V style init scripts. Basically, with System V style each runlevel is given a subdirectory for init scripts, whereas BSD style gives a single init script to each runlevel. BSD style advocates say that it is better because with this system it is much easier to find, read, edit, and maintain the scripts. System V advocates say that the System V structure for the scripts makes them more powerful and flexible.
It is worth noting that System V init [9] compatibility has been incorporated into Slackware, starting with version 7.0.
Package management
Slackware employs a minimalist approach to package management. Its package management system can install, upgrade, and remove packages as easily as other distributions. But it makes no attempt to track or manage what are referred to as "dependencies" (i.e. ensuring that the system has all the supporting system libraries and programs that the new package "expects" to be present on the system). If required prerequisite(s) are missing, there may be no indication of this until a program is executed.
The packages are gzipped tarballs whose filenames end with .tgz<tt>. They are constructed such that, when extracted while in the root directory, their files go to their installed locations. It is therefore possible (if inadvisable) to install packages without Slackware's package tools, using only <tt>tar, making sure to run the doinst.sh script, if one was included in the package.
In contrast, Red Hat's RPMs are CPIO archives, and Debian's .debs are ar archives. In addition they contain detailed dependency information and their package management utilities can use it to find and install the prerequisites.
Slackware's approach to the problem seems to be well accepted by its often technically adept user base.
Automated dependency resolution
While Slackware itself does not incorporate tools to resolve dependencies for the user by automatically downloading and installing them, some 3rd-party software tools exist that can provide this function similar to the way APT does for Debian GNU/Linux.
Some of these tools determine dependencies by analyzing installed packages, determining what libraries are needed, and then discovering what packages are available that provide them. This automatic process is time-consuming, and more primitive than APT's hand-tuned method. However, it generally produces satisfactory results.
Slackware 9.1 included Swaret as an extra on its second CD, but did not install it by default. Swaret was removed from the distribution as of Slackware 10.0 but is still available as a 3rd party package.
slackpkg is included in /extra starting with Slackware 9.1.
slapt-get does not provide dependency resolution for packages included within the Slackware distribution. It does, however, provide a framework for dependency resolution in Slackware compatible packages similar in fashion to the hand-tuned method APT utilizes. Several package sources and Slackware based distributions take advantage of this functionality.
stratdate also does not provide dependency checking. Rather, it allows users to easily use rsync to download the Slackware -current tree for use on their computers. As an extra feature, it is able to upgrade these packages using official Slackware tools and by using officially mandated upgrade methods for a safe upgrade.
Internet communities
Forums
Slackware is the topic of discussion on many dedicated web forums, as well as the Usenet newsgroup alt.os.linux.slackware and the IRC channels #slackware@irc.oftc.net and ##slackware@chat.freenode.net.
Third-party Packages
A repository of user maintained, third-party Slackware packages are provided by linuxpackages.net, which include more recent versions of of some software, and some software that are not released in any form by the Slackware maintainers. It is also possible to obtain these packages using third-party package-management software, including Swaret and Slapt-get.
Freerock GNOME, GWARE and Dropline GNOME are projects intended to offer Slackware packages for GNOME. These projects exist because Slackware official does not include GNOME, but a large number of users would prefer to have GNOME installed without having to go through the lengthy process of compiling it from source code.
See also
External links
Slackware distribution
- Slackware (official website)
- The Revised Slackware Book Project
- Slackware ChangeLog for Intel Architecture
- List of additional mirrors
- List of servers which update slackware-current often
- Template:OSDir
- Template:Distrowatch
Slackware add-ons and packages
GNOME distributions for Slackware (see changelog entry dated 03/26/2005)
- Freerock GNOME/GNOME.SlackBuild - Complete GNOME distribution for Slackware (also includes GNOME.SlackBuild scripts)
- GWARE - Complete GNOME distribution for Slackware
- Dropline GNOME - Complete GNOME distribution and build system for Slackware
Other Slackware add-ons
Slackware discussions and software assistance
- The Revised Slackware Book Project - updated users' guide for Slackware
- Slackware Linux Basics - a book that aims to provide an in-depth introduction to Slackware
- Slack Addict - Slackware packages, reviews, forums and news
- Slackware forum
- Slackware forum - older but still active
- Slackware Tips & Tricks by Jack S. Lai
- SlackWiki - unofficial Slackware Wiki
- Slackware Gallery - Slackware screenshots and community.
- userlocal - A Slackware community site
- Slacklife - Brazilian Site for the slacker community.
- slackersbible - a project to keep Slackware documentation as up-to-date as possible
- alt.os.linux.slackware FAQ - Official FAQ for the alt.os.linux.slackware Usenet newsgroup
- Slackers.lv - Slackware Linux Comunity in Latvia
- SLUGPhils. - Slackware Linux Users Group, Philippines
- MY Slackware - Slackware Linux Users Group, Malaysia
- GUS - Grupo de Usuários Slackware (Slackware Users Group), Brazil
- Slackware Francophone - Slackware Francophone, France
Slackware-based distributions
- Austrumi Linux - A business card size (50MB) bootable Live CD Linux distribution.
- DARKSTAR Linux - Aims to be a desktop, gaming, and multimedia system for novice users.
- DeepStyle Linux - A distribution with complete Ukrainian localization
- GoblinX - A live CD with standardized themes targeted at novice users.
- Klax - A live CD based on SLAX that features KDE 3.4 RC1.
- Mutagenix - A suite of Live CDs.
- Pocketlinux - Another lightweight Slackware-based distro from Germany.
- RUNT - The ResNet USB Network Tester. Runs from a USB keydrive.
- SlakbootEBS - An Embedded Slackware SDK designed for ease of use.
- Slackintosh - An unofficial port of Slackware to the PPC architecture.
- Slamd64 - An unofficial port of Slackware to the x86-64 architecture.
- SLAX - A Live CD that uses KDE. It can also be stored on a USB keydrive.
- Stux - A Live CD that has a feature to remember configuration between use.
- TopologiLinux - Topologilinux runs within an existing Windows system.
- Truva Linux - A Turkish Slackware-based distro.
- Ultima Linux - A lightweight distro based on Slackware (maintained by Martin Ultima).
- Lorma Linux - A Samba file and print server based on Slackware 10.1.
- Tukaani Linux - A Slackware based distro with improved pkgtools and LZMA compressed packages (.tlz).
- Vector Linux - A distribution aimed at usability and speed.
- Zenwalk Linux (formerly MiniSlack) - Another lightweight distribution.
- Syn-3 business server - A Dutch ready-to-use Business installation, based on Slackware.
- lg3d Live-CD - A SLAX-based Live-CD demo of Project Looking Glass.
Other
- Slackware-Perú
- System V init information
- Unofficial History of Slackware releases
- Flash movie demonstrating an installation of Slackware 10.1 (direct link)
- Interview with Slackware founder Patrick Volkerding
Template:Linux-distrobg:Slackware bs:Slackware cs:Slackware de:Slackware et:Slackware es:Slackware fr:Slackware hr:Slackware is:Slackware it:Slackware he:סלאקוור lt:Slackware hu:Slackware nl:Slackware Linux ja:Slackware no:Slackware pl:Slackware pt:Slackware Linux ro:Slackware ru:Slackware sk:Slackware fi:Slackware sv:Slackware tr:Slackware uk:Slackware zh:Slackware Linux