<br><br><div><span class="gmail_quote">On 10/14/05, <b class="gmail_sendername">Nuno Carvalho</b> <<a href="mailto:rekconk@gmail.com">rekconk@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br><br>Carthik Sharma wrote:<br>> On 10/14/05, *Nuno Carvalho* <<a href="mailto:rekconk@gmail.com">rekconk@gmail.com</a><br>> <mailto:<a href="mailto:rekconk@gmail.com">rekconk@gmail.com</a>>> wrote:<br>
><br>><br>><br>>     Carthik Sharma wrote:<br>>      > Hi all,<br>>      ><br>>      > I am in the process of getting ready to upgrade to Breezy, and have a<br>>      > couple of questions:
<br>>      ><br>>      > 1) What is the command to download (only download) all .debs of all<br>>      > installed packages?<br>>      > The idea is to have a copy of all the .debs in a cdrom, since
<br>>     this would<br>>      > mean I have all those that I want. I had run apt-get autoclean<br>>     once so<br>>      > my apt cache is almost empty now.<br>>      ><br>>     just add "-d" to your apt-get call
<br>><br>>     eg: apt-get -d upgrade<br>><br>><br>> This will download the packages that need upgrades. I want to download<br>> packages that are already installed,  and up-to-date ? (for archival)<br>my mistake:
<br><br>$ dpkg --get-selections  | cut -f 1 > packages.list<br>$ apt-get -d --reinstall --print-uris install `cat packages.list`<br></blockquote></div><br>
Thanks!!! I am still having problem with the second step, where apt-get
complains that it cannot find some packages. I tried options -m, -f and
--ignore-missing, but it still complains and stops - any quick fixes??<br>
<br>
Thanks a lot, again,<br>
<br>
Carthik.<br>