Awesome, that&#39;s probably what I will go with, thanks Paul!<br><br>(rather than doing something with R, I will probably just diff the two files and see about scripting something with the result.)<br><br clear="all">Kendric Beachey<br>


<br><br><div class="gmail_quote">On Wed, Aug 4, 2010 at 5:07 PM, Paul Johnson <span dir="ltr">&lt;<a href="mailto:pauljohn@ku.edu">pauljohn@ku.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

On 08/04/2010 03:17 PM, Kendric Beachey wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<br>
The thing I would like to do is get a list of the various pieces of software I&#39;ve installed over and above the stock selection that ships with Edubuntu, so I can reduce the time spent redoing all that installation work.  Does anyone know of a good way to get the system to tell you a list of all the .debs you have installed beyond what it shipped with?<br>


<br>
</blockquote>
<br>
I think you have the right strategy.  I&#39;ve done this on rpm based systems, now I&#39;m running Ubuntu, I know I&#39;ve seen a standard routine for this in the ubuntu mailing list. I will check and see.<br>
<br>
Here&#39;s what I would do in the short term, just because I can.<br>
<br>
Do I understand it right that you want to know what packages you have now (or do you mean the packages you used to have?)<br>
<br>
If the answer is &quot;now&quot;, I&#39;d do this:<br>
<br>
dpkg -l<br>
<br>
that spits out everything you have, like<br>
<br>
<br>
ii  xserver-xorg-vid 1:1.7.3-1        X.Org X server -- SiliconMotion display driver<br>
<br>
Divert that output to a file<br>
<br>
dpkg -l &gt;&gt; mydebs.txt<br>
<br>
After you install fresh, do the same<br>
<br>
<br>
dpkg -l &gt;&gt; mynewdebs.txt<br>
<br>
I&#39;d then use some program to get the items that are in mydebs.txt that are not in mynewdebs.txt.<br>
<br>
I&#39;d probably do that with R, but I bet you&#39;d get it done easily with a spreadsheet.<br>
<br>
pj<br>
<br>
<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Thanks!<br>
<br>
Kendric Beachey<br>
<br>
<br>
</blockquote>
<br>
-- <br>
Paul E. Johnson                       email: <a href="mailto:pauljohn@ku.edu" target="_blank">pauljohn@ku.edu</a><br>
Professor, Political Science          <a href="http://pj.freefaculty.org" target="_blank">http://pj.freefaculty.org</a><br>
Assoc. Director, Center for Research Methods and Data Analysis<br>
1541 Lilac Lane, Rm 504<br>
University of Kansas                  Office: (785) 864-9086<br>
Lawrence, Kansas 66045-3129           FAX: (785) 864-5700<div><div></div><div class="h5"><br>
<br>
-- <br>
You received this message because you are subscribed to the Google Groups &quot;kulua-l&quot; group.<br>
To post to this group, send email to <a href="mailto:kulua-l@googlegroups.com" target="_blank">kulua-l@googlegroups.com</a>.<br>
To unsubscribe from this group, send email to <a href="mailto:kulua-l%2Bunsubscribe@googlegroups.com" target="_blank">kulua-l+unsubscribe@googlegroups.com</a>.<br>
For more options, visit this group at <a href="http://groups.google.com/group/kulua-l?hl=en" target="_blank">http://groups.google.com/group/kulua-l?hl=en</a>.<br>
<br>
</div></div></blockquote></div><br>