hello, in apt-get manual it is said that --print-uris give as second parameter the destination file name.
But once I have download the *.deb, when I try to install then with `apt-get -o dir::cache::archives= ...', it fails because apt-get want pakages name like the name in the path and not the name in the second parameter. For example for mozilla --print-uris give get /debian/pool/main/m/mozilla/mozilla_1.7.2-1_i386.deb mozilla_2%3a1.7.2-1_i386.deb >> a9564ebc3289b7a14551baf8ad5ec60a So I save the deb with the name "mozilla_2%3a1.7.2-1_i386.deb", but apt-get -o dir::cache::archives= want "mozilla_1.7.2-1_i386.deb" Why ? Matthieu

