1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/pkgadd.md

12 lines
196 B
Markdown
Raw Normal View History

# pkgadd
> Add a package to a CRUX system
- install a local software package
`pkgadd {{package-name}}`
2016-01-07 17:49:26 -05:00
- update an already installed package from a local package
`pkgadd -u {{package-name}}`