Greg Donald : Debian Games Page

Debian Games

Here's a command to install lots of games on your Debian box:

yes | \
  for x in `apt-cache search game \
      | sort \
      | awk 'BEGIN { FS = " - " } { print $1 }'`; do \
    apt-get install $x; \
  done

debian (5) game (5)