Source
11
11
## How to install ports
12
12
13
13
Install MacPorts: <https://www.macports.org/install.php>
14
14
15
15
In Terminal, enter `sudo port install <someport>`
16
16
17
17
## Diagnosing Problems
18
18
19
19
Try `sudo port diagnose`
20
20
21
+
Check the [Problem Hotlist](https://trac.macports.org/wiki/ProblemHotlist) and
22
+
[FAQ](https://trac.macports.org/wiki/FAQ) to see if your problem is mentioned, and
23
+
[search Trac](https://trac.macports.org/search?q=&portsummarysearch=on) to see if there are
24
+
any open tickets.
25
+
21
26
Get further help on our mailing list or via IRC: <https://www.macports.org/contact.php>
22
27
23
28
## Documentation
24
29
25
30
See `man port`
26
31
27
32
Official documentation: <https://guide.macports.org>