Package: dctrl-tools
Severity: wishlist

        Hi!

 Like mentioned on IRC, here is an example I came up with today through
kardan asking along the lines, though it's extremely slow because of
multiple queries. The snippet installs all available -dbg packages for
already installed packages:

#v+
$> sudo sync-available  # to have current data
$> grep-status -FStatus ' ok inst' -sPackage -n | \
   xargs -i grep-available -P -X {}-dbg -sPackage -n | \
   xargs sudo aptitude install
#v-

 Not completely sure how to optimize it, I think it might not be really
possible currently - and thus it runs for about 2 minutes before
aptitude picks up the results, on some recent systems.

 So long!
Rhonda



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to