Slashdot Mirror


Patrick Volkerding Interviewed by The Age

boa13 writes "The Age, a major newspaper in Melbourne, Australia, has published an interview with Patrick Volkerding, The Man behind Slackware. Covered are the early history of Slackware, its business model, its current state, Patrick's plans for the future and his opinion about the commercialisation of Linux. "

3 of 127 comments (clear)

  1. Another interview by RDW · · Score: 5, Informative

    Here's a good companion piece, from the second issue of the Linux Journal way back in 1994:

    http://www.linuxjournal.com/article.php?sid=2750

    Read the shocking truth about Patrick's Grateful Dead tape collection, and the possibility of a Slackware/Debian merger!

  2. Anyone else see the humor by Gerry+Gleason · · Score: 5, Funny

    in his teaming up with Bob to work on Slackware?

  3. Re:Slack's great, but package management? by schon · · Score: 5, Insightful

    Red Hat and SuSE have had the excellent RPM system for a decade now, while Debian's apt-rpm system is equally impressive.

    And all of them lose, hands down, when compared to Slackware's package management.

    Slackware's package management (and yes, it IS package management) conforms to the principles on which Unix is based.

    Instead of one (nonstandard, multifunction) tool, Slackware uses standard command line tools, such as grep, ls, and cat. These are commands that every sysadmin already knows. The package database is a list of plain text files, not a binary mishmash (I've seen Redhat people bitch about the Windows registry, and how plain text files in /etc/ are much easier to deal with, but they miss the point that they're married to the exact same concept with the RPM database.)

    Ever had the RPM database become corrupt on a Redhat box?

    How about if the RPM command itself gets hosed?

    If you have, you'll appreciate the simplicity of Slack's system. If not, pray that you never do.