tldr/pages/linux/prt-get.md

32 lines
501 B
Markdown
Raw Normal View History

# prt-get
2016-01-21 12:44:43 +00:00
> The advanced CRUX package manager.
2016-01-21 12:44:43 +00:00
- Install a package:
`prt-get install {{package_name}}`
2016-01-21 12:44:43 +00:00
- Install a package with dependency handling:
`prt-get depinst {{package_name}}`
2016-01-21 12:44:43 +00:00
- Update a package manually:
`prt-get upgrade {{package_name}}`
2016-01-21 12:44:43 +00:00
- Remove a package:
`prt-get remove {{package_name}}`
2016-01-21 12:44:43 +00:00
- Upgrade the system from the local ports tree:
`prt-get sysup`
2016-01-21 12:44:43 +00:00
- Search the ports tree:
`prt-get search {{package_name}}`
2016-01-21 12:44:43 +00:00
- Search for a file in a package:
`prt-get fsearch {{file}}`