mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-02 21:55:01 +00:00
Update cheatsheets
This commit is contained in:
21
linux/ports
Normal file
21
linux/ports
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
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`
|
||||
Reference in New Issue
Block a user