mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-31 02:41:46 +00:00
22 lines
369 B
Plaintext
22 lines
369 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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`
|