On 10 March 2014 16:38, Daniel Llewellyn <diddle...@gmail.com> wrote:
> dpkg -l | grep '^i' > > -- > > 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. > > > On 9 March 2014 17:34, Peter Smout <smoutp...@gmail.com> wrote: > sorry, I failed and top-posted :-( -- Daniel Llewellyn
-- ubuntu-uk@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk https://wiki.ubuntu.com/UKTeam/