tldr/pages/linux/prt-get.md

33 lines
541 B
Markdown
Raw Normal View History

# prt-get
2020-02-18 14:41:28 +00:00
> The CRUX package manager.
> More information: <https://crux.nu/doc/prt-get%20-%20User%20Manual.html>.
2016-01-21 12:44:43 +00:00
- Install a package:
`prt-get install {{package}}`
2016-01-21 12:44:43 +00:00
- Install a package with dependency handling:
`prt-get depinst {{package}}`
2016-01-21 12:44:43 +00:00
- Update a package manually:
`prt-get upgrade {{package}}`
2016-01-21 12:44:43 +00:00
- Remove a package:
`prt-get remove {{package}}`
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 {{query}}`
2016-01-21 12:44:43 +00:00
- Search for a file in a package:
`prt-get fsearch {{file}}`