curl is a client to get documents/files from servers, using any of the supported protocols. The command is designed to work without user interaction or any kind of interactivity.
curl is a client to get documents/files from servers, using any of the supported protocols. The command is designed to work without user interaction or any kind of interactivity.
To install curl, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install curl
To see what files were installed by curl, run:
port contents curl
To later upgrade curl, run:
sudo port selfupdate && sudo port upgrade curl
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.