Formatted pkg-related pages.

This commit is contained in:
Ruben Vereecken
2016-01-21 13:44:43 +01:00
parent 74476c3800
commit cc4a1447e3
6 changed files with 29 additions and 29 deletions

View File

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