From: Chris H. <ha...@de...> - 2004-11-24 18:07:12
|
On Wed, 2004-11-24 at 11:49 -0600, Jay Strauss wrote: > Can you break this down for me? What am I supposed (recommended) to > install on a fresh Sarge box? Where I'm I supposed to get the .deb file? You have a choice, either to add testing-proposed-updates to your sources.list, or to download and install the package by hand. testing-proposed-updates does not contain just apt-proxy - see http://ftp.debian.org/dists/testing-proposed-updates/main/binary-i386/Packages for all the packages with new testing versions waiting to be approved. If you wish to just install apt-proxy by hand, execute the following: wget http://ftp.debian.org/pool/main/a/apt-proxy/apt-proxy_1.3.7_all.deb sudo dpkg -i apt-proxy_1.3.7_all.deb Chris |