[CFT] packaging the base system with pkg(8)

Dag-Erling Smørgrav des at des.no
Sat Mar 12 17:33:33 UTC 2016


Daniel Eischen <deischen at freebsd.org> writes:
> It would be nice to have pkg(8) show packages in tree form, with option
> to show just top-level meta packages or packages that have no meta.

Packages not marked as automatically installed:

# pkg query -e '%a == 0' %n-%v

Packages with no reverse dependencies:

# pkg query -e '%#r == 0' %n-%v

DES
-- 
Dag-Erling Smørgrav - des at des.no


More information about the freebsd-current mailing list