1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/prt-get.md
2022-03-21 14:07:48 -03:00

568 B

prt-get

The CRUX package manager. More information: https://crux.nu/doc/prt-get%20-%20User%20Manual.html.

  • Install a package:

prt-get install {{package_name}}

  • Install a package with dependency handling:

prt-get depinst {{package_name}}

  • Update a package manually:

prt-get upgrade {{package_name}}

  • Remove a package:

prt-get remove {{package_name}}

  • Upgrade the system from the local ports tree:

prt-get sysup

  • Search the ports tree:

prt-get search {{package_name}}

  • Search for a file in a package:

prt-get fsearch {{file}}