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

Re: Moving contrib and non-free of master.debian.org



On Mon, Jun 28, 1999 at 01:29:20AM -0500, Adam Heath wrote:
> dpkg-awk 'section:.*non-free.*' -- package|sed -ne 's/\(..*\)/\1/p'

grep-status -F Section -s Package non-free

;-)

And to get a list of all non-free packages currently installed:
  grep-status -F Section -s Package,Status non-free |
   grep-dctrl -n -F Status -s Package 'install ok installed'

-- 
%%% Antti-Juhani Kaijanaho % gaia@iki.fi % http://www.iki.fi/gaia/ %%%

   "... memory leaks are quite acceptable in many applications ..."
    (Bjarne Stroustrup, The Design and Evolution of C++, page 220)


Reply to: