Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Dec 2003 10:39:16 +1100
From:      Gautam Gopalakrishnan <ggop@madras.dyndns.org>
To:        Chris Pressey <cpressey@catseye.mine.nu>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: How to list all packages in a given category?
Message-ID:  <20031214233916.GA15073@madras.dyndns.org>
In-Reply-To: <20031214152747.6a94c98d.cpressey@catseye.mine.nu>
References:  <20031214152747.6a94c98d.cpressey@catseye.mine.nu>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Dec 14, 2003 at 03:27:47PM -0800, Chris Pressey wrote:
> Hi all,
> 
> Apologies in advance if this is a stupid question, but I couldn't find
> anything relevant in the man pages or with Google:
> 
> How can I list all the packages I have installed in a certain category?
> 
> I'm thinking it should be something like 'pkg_info -C games', but AFAICT
> pkg_info doesn't have any such option like that.

pkg_info -o '*' | grep ^games

hth
Gautam




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031214233916.GA15073>