mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 13:22:09 +02:00
15 lines
229 B
Markdown
15 lines
229 B
Markdown
# ports
|
|
|
|
> Update/list the ports tree on a CRUX system.
|
|
|
|
- Update the ports tree:
|
|
|
|
`ports -u`
|
|
|
|
- List the ports in the current tree:
|
|
|
|
`ports -l`
|
|
|
|
- Check the differences between installed packages and the ports tree:
|
|
|
|
`ports -d`
|