Bill Wohler [EMAIL PROTECTED] wrote: > 4. apt-get update; > apt-get install galeon/unstable dep1/unstable dep2/unstable ... > > You'll have to run the install line a few times until you have > discovered and listed all dependencies on the command line. If you > only have stable, there will be a LOT. Maybe too many. With woody, > less than 10.
I've found that if you just say apt-get -t unstable install galeon that'll grab all of the dependencies from unstable if required, and you'll only have to run the line once. The -t option seems to apply to the whole command. Michael