1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-11-01 21:38:16 +01: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 23:49:26 +01:00
- update an already installed package from a local package
`pkgadd -u {{package-name}}`