mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-17 06:00:35 +00:00
Update cheatsheets
This commit is contained in:
33
netbsd/pkgin
Normal file
33
netbsd/pkgin
Normal file
@@ -0,0 +1,33 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, netbsd]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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-upgrade`
|
||||
|
||||
- Search for a package:
|
||||
|
||||
`pkgin search {{keyword}}`
|
||||
|
||||
- List installed packages:
|
||||
|
||||
`pkgin list`
|
||||
|
||||
- Remove unneeded dependencies:
|
||||
|
||||
`pkgin autoremove`
|
||||
Reference in New Issue
Block a user