tldr/pages/linux/ports.md

17 lines
277 B
Markdown

# ports
> Update/list the ports tree on a CRUX system.
> More information: <https://manned.org/ports>.
- 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`