On Thu, Nov 19, 1998 at 01:06:56PM +0100, Joachim Trinkwitz wrote: : Is there any way to erase all previous selection before setting my own : with `dpkg --set-selections'? Or how is the use of this parameter : thought?
box1# dpkg --get-selections > tmpfile box1# scp tmpfile box2: box2# echo tmpfile | dpkg --set-selections This will do the trick for you. Cheers, -Remco