mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-12 04:54:52 +03:00
493 B
493 B
prt-get
The advanced CRUX package manager
- 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}}