An easy installation guide on how to install the latest version of Composer in linux debian distributions (Ubuntu, linux mint etc).
PHP install comand:
sudo apt-get install php
PHP version check command:
php -v
Curl command:
curl -Ss https://getcomposer.org/installer | php
Move command:
sudo mv composer.phar /usr/local/bin/composer
Chmod command:
chmod +x /usr/local/bin/composer
Composer version check command:
composer -V
#composer #composerlinux #composerinstall #linux #installation #ubuntu #linuxmint #php