Your cart
  • IMG
    {{cart_item.name}}
    {{cart_item.variation_attribute_name}}: {{cart_item.variation_attribute_label}}
    {{cart_item.item_unit}}: {{ setCurrency(cart_item.price)}}
    {{ setCurrency(cart_item.price*cart_item.quantity)}}
    Invalid quantity more than stock
Total :
{{setCurrency(cart.sub_total)}}

There is no item in the cart. If you want to buy, Please click here.

Composer Installation

Complete guide to start Linux OS and install essential applications in Linux

Created by :
Linux
tutorial
Programming, Software and application
1408
2022-01-09 18:30:29

Composer 1 Installation

Just execute following command

sudo apt install composer


Installing process as like following


[sudo] password for saidul: 
Reading package lists... Done
Building dependency tree    
Reading state information... Done
...
...
Setting up composer (1.10.1-1) ...
Processing triggers for man-db (2.9.1-1) ...


Now, check version which will ensure composer install successfully

composer --version

Output like

Composer 1.10.1 2020-03-13 20:34:27


Remove Composer:

you can remove composer using following command

sudo apt-get remove composer