mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-01-04 23:48:37 +03: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}}