Cool, this looks even better.  But just to make sure I understand, where does the new required step go in relation to the other two?<br><br clear="all">Kendric Beachey<br>
<br><br><div class="gmail_quote">On Wed, Aug 4, 2010 at 6:52 PM, Christofer C. Bell <span dir="ltr">&lt;<a href="mailto:christofer.c.bell@gmail.com">christofer.c.bell@gmail.com</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;">

<div class="im">On Wed, Aug 4, 2010 at 6:04 PM, Nick Anderson <span dir="ltr">&lt;<a href="mailto:nick@cmdln.org" target="_blank">nick@cmdln.org</a>&gt;</span> wrote:<br></div><div class="gmail_quote"><div class="im"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">


<div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">



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>



</blockquote></blockquote>
<br></div>
Should be something like this<br>
<br>
sudo dpkg --get-selections | grep -vi kernel &gt; installed-pkgs.txt<br>
<br>
Backup the file, install new system then<br>
sudo dpkg --set-selections &lt; installed-pkgs.txt</blockquote></div><div><br><br>Looks like I misunderstood the original question.  The above works (but is missing a required step) but comes with a caveat, as well.  This does not set the correct state of &quot;autoinstalled&quot; for packages that were pulled in as dependencies, meaning you will not be able to use aptitude to remove subsystems any more.  Every package will be marked as explicitly installed (and thus nothing will ever be a candidate for auto-removal).<br>


<br>The required step is:<br><br>$ sudo apt-get dselect-upgrade<br><br>This tells the system to bring the installed set of packages into compliance with the selections you set in the earlier commands (ie; nothing will actually be installed until you run this).  I&#39;m not sure why you&#39;d want to strip out the kernel packages, either.<br>


</div></div><br>-- <br>Chris<div><div></div><div class="h5"><br><br><br><br>

<p></p>

-- <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>


</div></div></blockquote></div><br>