Cobra Forum

Linux => New to Ubuntu => Topic started by: mahesh on Oct 02, 2023, 02:10 AM

Title: The list and the actual applications on Ubuntu
Post by: mahesh on Oct 02, 2023, 02:10 AM
Please let me understand:


     Code:
$ apt list --installed
It does not list the composer.


    Code:
$ apt search composer
composer/impish,impish 2.0.9-2ubuntu2 all
  dependency manager for PHP

it returns (among other) the composer 2.0.9


    Code:
$ composer
Composer version 2.1.12 2021-11-09 16:02:04

it returns other version


Which 'composer' other applications are using?