Slackware

Slackware logo
Slackware logo

Slackware is a Linux distribution created by Patrick Volkerding of Slackware Linux, Inc. Slackware takes a different approach than other popular distributions such as Red Hat, Debian, Gentoo, SuSE, and Mandriva in that it tries to be a "UNIX-like" Linux distribution [1] (http://slackware.com/info/). It has a policy of incorporating only stable releases of applications, and has a distinctive abscence of distribution-specific configuration tools found in other distributions of Linux. Partisans have been known to say, "When you know Slackware, you know Linux... when you know Red Hat, all you know is Red Hat."

Missing image
Slackware-mascot.jpeg
Slackware mascot -- Tux with pipe
Contents

History and name

The first Slackware release, 1.00, was released on July 16, 1993 [2] (http://www.slackware.com/announce/1.0.php) 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, celebrating its 10th anniversary in 2003.

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 [3] (http://www.slackware.com/faq/do_faq.php?faq=general#0) as a marketing effort to show the 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 software found in many Linux distributions.

Throughout Slackware's history, there have been distributions and LiveCDs based upon Slackware. Some popular distributions derived from Slackware include Suse, College Linux and SLAX.

Releases

x86 release history
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.5 June 9 1998
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

Slackware is primarily developed for the x86 PC hardware architecture. However there have previously been offical ports to the DEC Alpha and SPARC architectures. As of 2005, there is an offical port to the System/390 architecture. There are also unoffical ports to the ARM [4] (http://armedslack.org/), Alpha [5] (http://www.alphaslack.de/alphaslack.html), SPARC [6] (http://www.splack.org/), PowerPC [7] (http://slackintosh.exploits.org/) and x86-64 [8] (http://www.slamd64.com) architectures.

Slackware's latest stable x86 release is 10.1 (as of February 2, 2005), which includes support for ALSA, GCC 3.3.4 (with 3.4.3 as an alternative in /testing), Linux kernel 2.4.29 (with Linux 2.6.10 as an alternate choice in /testing), GNOME 2.6.1, KDE 3.3.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.

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 very fast, stable, and secure, 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] (http://www.bilbos-stekkie.com/slack_init/en/) compatibility has been incorporated into Slackware, starting with version 7.0.

Package management

Slackware's approach to package management is unique. 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> rather than <tt>.tar.gz. 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 tar and gzip, and 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. They contain detailed dependency information and their package management utilities can use it to find and install the prerequisites. They will refuse to install unless their prerequisites can be found (though this can be overridden).

Debate on the relative merits of tracking or ignoring dependencies, while not as intense, is somewhat reminiscent of the "religious warfare" found in the longstanding UNIX "vi versus Emacs" text editor debate. 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.

  • Swaret (http://swaret.sourceforge.net/)
  • slapt-get (http://software.jaos.org/#slapt-get)
  • SlackUpdate (http://128.173.184.249/slackupdate/)
  • Emerde (http://emerde.freaknet.org)
  • slackpkg (http://slackpkg.sourceforge.net/)

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.


Internet communities

Slackware is the topic of discussion on many dedicated web forums, as well as the Usenet newsgroup alt.os.linux.slackware (news://alt.os.linux.slackware) and the IRC channel ##slackware (irc://irc.freenode.net/##slackware) at irc.freenode.net.

See also

External links

Slackware distribution

Slackware discussions and software assistance

  • The Revised Slackware Book Project (http://slackbook.org/) - updated users' guide for Slackware
  • Slackware Linux Basics (http://www.slackbasics.org/) - a book that aims to provide an in-depth introduction to Slackware
  • Slackware forum (http://www.linuxquestions.org/questions/forumdisplay.php?forumid=14)
  • "old" Slackware Forum (http://www.userlocal.com/phorum) (still active)
  • Dropline GNOME (http://www.dropline.net/gnome/) - GNOME packages for Slackware
  • GWARE (http://gware.sf.net) - GNOME packages for Slackware
  • GNOME.SlackBuild (http://gsb.sf.net) - GNOME SlackBuild scripts
  • Slackware Tips & Tricks by Jack S. Lai (http://members.cox.net/laitcg/new/intro.html)
  • SlackWiki (http://slackwiki.org/) - unofficial Slackware Wikipedia
  • LinuxPackages (http://linuxpackages.net/) - abundant source of 3rd party Slackware packages
  • Slackware Gallery (http://slackwaregallery.com/) - Slackware screenshots, and community.
  • userlocal (http://userlocal.com) - Slackware community site
  • Slacklife (http://www.slacklife.com.br/) - Brazilian Site for community slacker.
  • slackersbible (http://www.slackersbible.org/) - a project to keep Slackware documentation as up-to-date as possible

Slackware-based distros

  • College Linux
  • DARKSTAR Linux — Aims to be a desktop, gaming, and multimedia system for novice users.
  • GoblinX (http://goblinx.com.br/) — Live CD with standardized themes targeted at novice users
  • Klax (http://ktown.kde.org/~binner/klax/) — LiveCD based on SLAX that features KDE 3.4 RC1
  • Slamd64 (http://www.slamd64.com/) — Unofficial port of Slackware to the x86-64 architecture
  • SLAX, Slackware LiveCD (http://slax.linux-live.org/)
  • Stux (http://gpstudio.com/stux/)
  • TopologiLinux (http://topologi-linux.sourceforge.net/) Topologilinux runs within an existing Windows system.
  • Ultima Linux (http://www.ultimalinux.cjb.net) — lightweight distro based on Slackware (maintained by Martin Ultima)
  • Vectorlinux (http://www.vectorlinux.com/) — Distribution aimed at usability improvements
  • SLAX a Live CD that uses KDE. It can also be stored on a USB keydrive
  • Stux a LiveCD that has a feature to remember configuration between use.
  • Mutagenix (http://www.mutagenix.org/) a series of Live CDs
  • MiniSlack (http://www.minislack.org/)
  • SlakbootEBS (http://www.sysdev.org/site/) An Embedded Slackware SDK designed for ease of use.

Other

cs:Slackware de:Slackware et:Slackware es:Slackware fr:Slackware is:Slackware it:Slackware nl:Slackware Linux ja:Slackware no:Slackware pl:Slackware pt:Slackware Linux ru:Slackware sk:Slackware fi:Slackware sv:Slackware tr:Slackware he:סלאקוור

Navigation

  • Art and Cultures
    • Art (https://academickids.com/encyclopedia/index.php/Art)
    • Architecture (https://academickids.com/encyclopedia/index.php/Architecture)
    • Cultures (https://www.academickids.com/encyclopedia/index.php/Cultures)
    • Music (https://www.academickids.com/encyclopedia/index.php/Music)
    • Musical Instruments (http://academickids.com/encyclopedia/index.php/List_of_musical_instruments)
  • Biographies (http://www.academickids.com/encyclopedia/index.php/Biographies)
  • Clipart (http://www.academickids.com/encyclopedia/index.php/Clipart)
  • Geography (http://www.academickids.com/encyclopedia/index.php/Geography)
    • Countries of the World (http://www.academickids.com/encyclopedia/index.php/Countries)
    • Maps (http://www.academickids.com/encyclopedia/index.php/Maps)
    • Flags (http://www.academickids.com/encyclopedia/index.php/Flags)
    • Continents (http://www.academickids.com/encyclopedia/index.php/Continents)
  • History (http://www.academickids.com/encyclopedia/index.php/History)
    • Ancient Civilizations (http://www.academickids.com/encyclopedia/index.php/Ancient_Civilizations)
    • Industrial Revolution (http://www.academickids.com/encyclopedia/index.php/Industrial_Revolution)
    • Middle Ages (http://www.academickids.com/encyclopedia/index.php/Middle_Ages)
    • Prehistory (http://www.academickids.com/encyclopedia/index.php/Prehistory)
    • Renaissance (http://www.academickids.com/encyclopedia/index.php/Renaissance)
    • Timelines (http://www.academickids.com/encyclopedia/index.php/Timelines)
    • United States (http://www.academickids.com/encyclopedia/index.php/United_States)
    • Wars (http://www.academickids.com/encyclopedia/index.php/Wars)
    • World History (http://www.academickids.com/encyclopedia/index.php/History_of_the_world)
  • Human Body (http://www.academickids.com/encyclopedia/index.php/Human_Body)
  • Mathematics (http://www.academickids.com/encyclopedia/index.php/Mathematics)
  • Reference (http://www.academickids.com/encyclopedia/index.php/Reference)
  • Science (http://www.academickids.com/encyclopedia/index.php/Science)
    • Animals (http://www.academickids.com/encyclopedia/index.php/Animals)
    • Aviation (http://www.academickids.com/encyclopedia/index.php/Aviation)
    • Dinosaurs (http://www.academickids.com/encyclopedia/index.php/Dinosaurs)
    • Earth (http://www.academickids.com/encyclopedia/index.php/Earth)
    • Inventions (http://www.academickids.com/encyclopedia/index.php/Inventions)
    • Physical Science (http://www.academickids.com/encyclopedia/index.php/Physical_Science)
    • Plants (http://www.academickids.com/encyclopedia/index.php/Plants)
    • Scientists (http://www.academickids.com/encyclopedia/index.php/Scientists)
  • Social Studies (http://www.academickids.com/encyclopedia/index.php/Social_Studies)
    • Anthropology (http://www.academickids.com/encyclopedia/index.php/Anthropology)
    • Economics (http://www.academickids.com/encyclopedia/index.php/Economics)
    • Government (http://www.academickids.com/encyclopedia/index.php/Government)
    • Religion (http://www.academickids.com/encyclopedia/index.php/Religion)
    • Holidays (http://www.academickids.com/encyclopedia/index.php/Holidays)
  • Space and Astronomy
    • Solar System (http://www.academickids.com/encyclopedia/index.php/Solar_System)
    • Planets (http://www.academickids.com/encyclopedia/index.php/Planets)
  • Sports (http://www.academickids.com/encyclopedia/index.php/Sports)
  • Timelines (http://www.academickids.com/encyclopedia/index.php/Timelines)
  • Weather (http://www.academickids.com/encyclopedia/index.php/Weather)
  • US States (http://www.academickids.com/encyclopedia/index.php/US_States)

Information

  • Home Page (http://academickids.com/encyclopedia/index.php)
  • Contact Us (http://www.academickids.com/encyclopedia/index.php/Contactus)

  • Clip Art (http://classroomclipart.com)
Toolbox
Personal tools