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

31
pages/linux/prt-get.md Normal file
View File

@@ -0,0 +1,31 @@
# prt-get
> The advanced CRUX package manager
- install a package
`prt-get install {{package-name}}`
- install a package with dependency handling
`prt-get depinst {{package-name}}`
- update a package manually
`prt-get upgrade {{package-name}}`
- remove a package
`prt-get remove {{package-name}}`
- upgrade the system from the local ports tree
`prt-get sysup`
- search the ports tree
`prt-get search {{package-name}}`
- search for a file in a package
`prt-get fsearch {{file}}`