On Sat, May 01, 2010 at 12:04:07AM -0400, Mike Viau <vi...@sheridanc.on.ca> was 
heard to say:
> 
> > On Fri, Apr 30, 2010 at 01:26:45PM -0400, Tom H <tomh0...@gmail.com> was 
> > heard to say:
> > > On Fri, Apr 30, 2010 at 1:18 PM, Anand Sivaram <aspn...@gmail.com> wrote:
> > > >
> > > > You could find what all packages from sid are installed in your system 
> > > > by
> > > > apt-show-versions |  grep unstable
> > > 
> > > Or "aptitude search ~Aunstable"
> > 
> 
> "aptitude search ~Aunstable" seems to show all packages from sid (wheather 
> installed or not)
> 
> try " aptitude search ~Aunstable | grep '^i' "

  Ah, I missed that requirement.

  How about this:

 $ aptitude versions --group-by=none --show-package-name=always \
                     -F '%p %d' '?archive(unstable)?installed'

  Or for earlier systems:

 $ aptitude search '?narrow('?archive(unstable), ?installed)'

  Daniel


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100501041056.gg26...@emurlahn.burrows.local

Reply via email to