How to install composer on Ubuntu

About Linux
Published on Sep, 21 2024 2 min read 0 comments
image

Hello every one. Today i will discus about how to install composer on ubuntu 18.0.4. So let start.

Step 1 : Run
 

sudo apt update 

commend to update repo. And then enter your password for authorized. Then it will update. It take some minute based on your internet speed and pc processing speed.

Step 2 : Run
 

sudo apt install composer

for install composer on your ubuntu OS.

Step 3:  It want to get your confirmation to install composer. Enter y to continue install composer. After proceed it take some time to get install.
 

Step 4: Install completed. Now check composer install on your PC. Write following commend
 

composer -v


and then you will see installed composer version. So that we confirm that composer installed properly on our ubuntu OS.

 

 

0 Comments