Greg Donald : 2006/01 Archive

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

Read More...

debian (5) game (5)