How to Install Composer on Ubuntu 16.04 LTS?IntroductionComposer is a dependency manager that is used to manage application packages. It is used for PHP programming. It was developed by Nils Adermann and first released on 2012. In this tutorial, we will install composer on Ubuntu. This process includes the following steps. Prerequisites
Composer InstallationUse the following commands to download and install composer. ![]() ![]() ![]() A file composer.phar is downloaded to the current directory. Move and Rename Composer.phar We need to move composer.phar file to the /usr/bin/ location to access it globally. Use this command. ![]() Well, composer has installed successfully, we can check it by typing composer to the terminal. ![]() Now, we can use it to manage PHP application packages.
Next TopicHow To Install NetBeans In Ubuntu
|