PHP Composer Installation in Bodhi Linux

April 20, 2018 | By the+gnu+linux+evangelist.

PHP Composer Bodhi Linux Install

Hi! This Short Tutorial shows you Step-by-step How to Install PHP Composer on Bodhi GNU/Linux.

And Composer for Bodhi Linux is a tool for dependency management in PHP. It allows you to declare the libraries your project depends on and it will manage (install/update) them for you.

Because Composer Manages Packages or Libraries on a Per-Project Basis, Installing them in a Directory Inside your Project.

Finally, the Guide include instructions on How to Getting-Started with Composer Basic Usage on Bodhi Linux.

PHP 5.6 Installation in Ubuntu 22.04 – Step-by-step
  1. Open a Terminal Shell Emulator
    (Press “Enter” to Execute Commands)

    Open a File Manager Window:
    PHP Composer Bodhi Linux Installation Guide - Open File Manager /tmp
    Then Right Click > Open Terminal Here:
    PHP Composer Bodhi Linux Installation Guide - Open Terminal on /tmp
  2. Downloading PHP Composer Binary

    Get Composer for Bodhi
  3. Relocating Composer.

    sudo mv ~/Downloads/composer.phar /usr/local/bin/composer
  4. Fixing Composer Ownership.

    sudo chown root:root /usr/local/bin/composer
  5. Testing Composer Installation.

    composer -V

    The Command will Shows up the Composer Version…

  6. How to Getting-Started with Composer on Bodhi

    Composer Usage Getting-Started Guide

QuickChic Theme • Powered by WordPress