<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On 10 March 2014 16:38, Daniel Llewellyn <span dir="ltr"><<a href="mailto:diddledan@gmail.com" target="_blank">diddledan@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">dpkg -l | grep '^i'<div><br></div><div>--</div><div><br></div><div>dpkg -l (lowercase L) lists all packages that are installed or otherwise known to the system (such as those packages you've removed but not purged). To filter the list to just installed packages we pipe the output (that's the | character which is shift+\) to grep which checks for lines beginning (^) with the letter "i" which is what dpkg -l outputs for installed packages.</div>


</div><div class="gmail_extra"><div class="h5"><br><br><div class="gmail_quote">On 9 March 2014 17:34, Peter Smout <span dir="ltr"><<a href="mailto:smoutpete@gmail.com" target="_blank">smoutpete@gmail.com</a>></span> wrote:</div>

</div></div>
</blockquote></div><br>sorry, I failed and top-posted :-(<br clear="all"><div><br></div>-- <br>Daniel Llewellyn
</div></div>