mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-01 17:17:56 +01:00
199 B
199 B
pkgadd
Add a package to a CRUX system.
- Install a local software package:
pkgadd {{package-name}}
- Update an already installed package from a local package:
pkgadd -u {{package-name}}