HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

ports — Update/list the ports tree on a CRUX system. More information: <https://manned.org/ports>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecommandtreeupdateclilistports
linux

Problem

How to use the ports command: Update/list the ports tree on a CRUX system. More information: <https://manned.org/ports>.

Solution

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

Code Snippets

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

Context

tldr-pages: linux/ports

Revisions (0)

No revisions yet.