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/ports.md Normal file
View File

@@ -0,0 +1,15 @@
# ports
> Update/list the ports tree on a CRUX system
- update the ports tree
`ports -u`
- list the ports in the current tree
`ports -l`
- check the differences between installed packages and the ports tree
`ports -d`