💾 Archived View for perso.pw › blog › articles › manual-pkg.gmi captured on 2023-01-29 at 04:20:28. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2021-12-17)

➡️ Next capture (2023-05-24)

🚧 View Differences

-=-=-=-=-=-=-

Display manually installed packages on FreeBSD 11

NIL=> Comment on Mastodon

If you want to show the packages installed manually (and not installed

as dependency of another package), you have to use "pkg query" and

compare if %a (automatically installed == 1) isn't 1. The second

string will format the output to display the package name:

$ pkg query -e "%a != 1" "%n"