The Tip Show How-to Get Composer PHP Dependencies Manager on Linux/Unix.
-
Open a Command Line Terminal Window
-
Check if cURL is Installed on System:
which curl
If No cURL then see Your distro Docs for Installation…
-
Get Composer:
curl -sS https://getcomposer.org/installer | php