add pages for crux package management utilities

This commit is contained in:
ix
2016-01-06 19:32:05 -05:00
parent 993f9e3955
commit bc568b98c8
6 changed files with 114 additions and 0 deletions

15
pages/linux/pkgadd.md Normal file
View File

@@ -0,0 +1,15 @@
# pkgadd
> Add a package to a CRUX system
- install a local software package
`pkgadd {{package-name}}`
- update a already installed package from a local package
`pkgadd -u {{package-name}}`
- force installation of a package
`pkgadd -f {{package-name}}`