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

13 lines
275 B
Markdown
Raw Normal View History

# pkgadd
2016-01-21 13:44:43 +01:00
> Add a package to a CRUX system.
2023-06-04 07:18:54 +05:30
> More information: <https://docs.oracle.com/cd/E88353_01/html/E72487/pkgadd-8.html>.
2016-01-21 13:44:43 +01:00
- Install a local software package:
`pkgadd {{package}}`
2016-01-21 13:44:43 +01:00
- Update an already installed package from a local package:
`pkgadd -u {{package}}`