Hi, On 30 Dec 2005 02:44:46 -0800, mastrasser@web.de <mastrasser@web.de> wrote: > How can I download these files again? > (I want to set up a second linux box, without internet connection. > Therefore I want to reuse these cached files) If you have the list of packages that you want to download, then you can simply run: apt-get install -d <package-name> This will only download packages and will not install them. Hope this helps. Srinidhi.