add pages for crux package management utilities
This commit is contained in:
15
pages/linux/pkgadd.md
Normal file
15
pages/linux/pkgadd.md
Normal 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}}`
|
Reference in New Issue
Block a user