To list everything you have installed: <br><br>dpkg --get-selections &gt; package.list<br><br>You&#39;ll need to clean that up a bit (just the package names and all one line) but I&#39;ll leave that as an exercise for the reader.<br>
<br>To download all the packages:<br><br>apt-get -d install package.list<br><br>-d will just download the packages to /var/cache/apt/archives and won&#39;t actually install anything.  If you want to store them for later I&#39;d mount that directory to some sort of file server via NFS or samba before running apt-get and save yourself the hassle of moving them somewhere else after (or risk running out of space)<div>
<br>On Sun, Dec 13, 2009 at 11:58 PM, sebastian maemo &lt;<a href="mailto:sebastian.maemo@gmail.com">sebastian.maemo@gmail.com</a>&gt; wrote:<br>&gt;<br>&gt; Hi everybody:<br>&gt;<br>&gt; I know it&#39;s a weird question... but I&#39;m afraid that some repositories for my N770 might disappear sometime in the future... so I&#39;d like to know if it&#39;s possible to download via APT all the DEB packages I have already installed on my device (I removed the downloaded packages to gain empty space...)<br>
&gt;<br>&gt; --<br>&gt; Salut,<br>&gt; Sebas<br>&gt;<br>&gt; _______________________________________________<br>&gt; maemo-users mailing list<br>&gt; <a href="mailto:maemo-users@maemo.org">maemo-users@maemo.org</a><br>&gt; <a href="https://lists.maemo.org/mailman/listinfo/maemo-users">https://lists.maemo.org/mailman/listinfo/maemo-users</a><br>
&gt;<br><br></div>