Daniel Eischen <[email protected]> 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 - [email protected]
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-pkgbase
To unsubscribe, send any mail to "[email protected]"

Reply via email to