snippetbashTip
pkgin — Manage `pkgsrc` binary packages on NetBSD. More information: <https://pkgin.net/#usage>.
Viewed 0 times
commandnetbsdclimanagepkginpkgsrcbinarypackages
Problem
How to use the
pkgin command: Manage pkgsrc binary packages on NetBSD. More information: <https://pkgin.net/#usage>.Solution
pkgin — Manage pkgsrc binary packages on NetBSD. More information: <https://pkgin.net/#usage>.Install a package:
pkgin install {{package}}Remove a package and its dependencies:
pkgin remove {{package}}Upgrade all packages:
pkgin full-upgradeSearch for a package:
pkgin search {{keyword}}List installed packages:
pkgin listRemove unneeded dependencies:
pkgin autoremoveCode Snippets
Install a package
pkgin install {{package}}Remove a package and its dependencies
pkgin remove {{package}}Upgrade all packages
pkgin full-upgradeSearch for a package
pkgin search {{keyword}}List installed packages
pkgin listContext
tldr-pages: netbsd/pkgin
Revisions (0)
No revisions yet.