* Luis Matos wrote: > Ter, 2007-01-09 às 22:30 +0100, Jan Wagner escreveu: > > On Tuesday 09 January 2007 22:23, Luis Matos wrote: > > > COLUMNS=200 dpkg -l | grep ii | grep bpo > > > > libpopt0 will here also match :P "it may give some false positives" > COLUMNS=200 dpkg -l | grep ii | grep "~bpo" This will miss some backports, because not every backport was updated to the new version scheme. Norbert