How to install Composer on Ubuntu 16.04

Profile picture for user devraj

Composer is an application-level package manager for the PHP programming language that provides a standard format for managing dependencies of PHP software and required libraries.

Below are the steps to install Composer on Ubuntu 16.04

Step 1: Open terminal and type below command 

$ sudo apt-get update

Step 2: Install composer using below command

$ sudo apt install composer