[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Release Status Update



Peter Makholm <peter@makholm.net> writes:

> Has anyone made a more streamlined script to see bugs for packages
> installed on you own system?
> 
> $ dpkg --get-selections | grep "\sinstall$" | cut -d" " -f1 | BROWSER="links -dump" xargs -n1 bts bugs
> 
> Is probally not the most readable way to get bugs you're interested in
> and is able to fix.

for me that didn't even work, I had to change 
  grep "\sinstall$" | cut -d" " -f1
to
  egrep '\binstall$' | cut -f1

(there were obviously no spaces but tabs in the output of my dpkg)
-- 
 .NET: The Empire strikes back
 mono: The dark side of the source



Reply to: