Blog » Blog Entry

Debian Games

February 14, 2006

Here's some command line magic 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
Tags: debian, games, awk, apt

« link_to Migration to LightTPD »

Add a comment:

Title:

Comment:

Name:

Email: