In foo.debian-user, you wrote: > Question: So how do I, running from a slink CD, get and install potato's apt? > > If I add entries for 'unstable' in /etc/apt/sources.list, and then go into > dselect, it wants to upgrade my world to potato. > > Of course, I can always just go download the deb and run dpkg on it, but is > there a better way?
After changing the references in sources.list, you can... [prompt]# apt-get update && apt-get install apt No need to use dselect for this. -Mitch

