How to install composer in ubuntu?

Infinitbility
1 min readNov 22, 2019

--

Hi guys,

today we see how to install composer in ubuntu?

For installing composer follow step given below

Step 1: Open your terminal and type

$ cd~$ sudo curl -sS https://getcomposer.org/installer -o composer-setup.php$ sudo php composer-setup.php --install-dir=/usr/local/bin --filename=composer

after command did the installation is done time to check composer working or not

Type

$ composer

--

--

Infinitbility
Infinitbility

Written by Infinitbility

Subscribe my newsletter to get weekly updates. — https://infinitbility.com/about

No responses yet