<span id="result_box" class="medium_text"><span style="" title="">We 
want to create a machine with packages OPENCSW and then duplicate the 
same machine locally, can be used locally OPENCSW if you download all 
the packages?</span></span><br><br><div class="gmail_quote">2010/7/12 Sebastian Kayser <span dir="ltr">&lt;<a href="mailto:skayser@opencsw.org">skayser@opencsw.org</a>&gt;</span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im">* Maciej (Matchek) Blizinski &lt;<a href="mailto:blizinski@google.com">blizinski@google.com</a>&gt; wrote:<br>
&gt; No dia 12 de Julho de 2010 11:52, Guillaume Jaquet<br>
&gt; &lt;<a href="mailto:guillaume.jaquet@gmail.com">guillaume.jaquet@gmail.com</a>&gt; escreveu:<br>
&gt; &gt; We utlise PKG-GET and we&#39;re happy, we would like to know how the PKG-GET is<br>
&gt; &gt; to find all the dependency of a package?<br>
&gt;<br>
&gt; I&#39;m not sure if you can do that with pkg-get.  There&#39;s also pkgutil,<br>
&gt; which also downloads and installs packages, but has additional<br>
&gt; functionality.  You could use the --nomod option.  It&#39;ll tell you<br>
&gt; which packages pkgutil would download.  That would be a partial list<br>
&gt; of dependencies -- this would only list the dependencies that aren&#39;t<br>
&gt; already installed.<br>
&gt;<br>
&gt; There&#39;s also the --stream option that can build a package stream (that<br>
&gt; is, a .pkg file) which contains your designated package together with<br>
&gt; all its dependencies.  You could use this function to build the .pkg<br>
&gt; file and then examine its contents.<br>
<br>
</div>One could use the download mode (-d) to determine the full list of<br>
package + dependencies.<br>
<br>
  pkgutil -nd &lt;pkg&gt; 2&gt;&amp;1 | grep CSW<br>
<br>
Already installed packages don&#39;t make a difference. Just make sure to<br>
install the most recent pkgutil version.<br>
<font color="#888888"><br>
Sebastian<br>
</font><div><div></div><div class="h5">_______________________________________________<br>
users mailing list<br>
<a href="mailto:users@lists.opencsw.org">users@lists.opencsw.org</a><br>
<a href="https://lists.opencsw.org/mailman/listinfo/users" target="_blank">https://lists.opencsw.org/mailman/listinfo/users</a><br>
</div></div></blockquote></div><br>