1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-28 13:19:46 +01:00
tldr/pages/linux/prt-get.md

33 lines
541 B
Markdown
Raw Permalink Normal View History

# prt-get
2020-02-18 15:41:28 +01:00
> The CRUX package manager.
> More information: <https://crux.nu/doc/prt-get%20-%20User%20Manual.html>.
2016-01-21 13:44:43 +01:00
- Install a package:
`prt-get install {{package}}`
2016-01-21 13:44:43 +01:00
- Install a package with dependency handling:
`prt-get depinst {{package}}`
2016-01-21 13:44:43 +01:00
- Update a package manually:
`prt-get upgrade {{package}}`
2016-01-21 13:44:43 +01:00
- Remove a package:
`prt-get remove {{package}}`
2016-01-21 13:44:43 +01:00
- Upgrade the system from the local ports tree:
`prt-get sysup`
2016-01-21 13:44:43 +01:00
- Search the ports tree:
`prt-get search {{query}}`
2016-01-21 13:44:43 +01:00
- Search for a file in a package:
`prt-get fsearch {{file}}`