Friday, November 10, 2017

How to install Composer on Lubuntu 17.10

How to install Composer on Lubuntu 17.10

Installing composer on lubuntu is a must, specially if you are a php developer. Composer is package dependency manager for php programming language. With composer you can add library to your existing project, you can even upgrade if the library has new version. In this article i will show you how to install composer on lubuntu 17.10 artful.

How to install Composer on Lubuntu 17.10
  • open command line/terminal on lubuntu (press CTRL + ALT + T)
  • run update command
  • sudo apt-get update
  • install composer
  • sudo apt-get install composer
  • done!

Once installed, the composer command line tool will be available globally, so you can use it from pretty much anywhere.

No comments:

Post a Comment