Remove composer

前端 未结 5 929
囚心锁ツ
囚心锁ツ 2020-12-23 13:38

I installed composer while trying to install cakePhp, but the installation was not successful and I want to uninstall composer. I am not finding any way to do this.

5条回答
  •  感动是毒
    2020-12-23 13:58

    If you install the composer as global on Ubuntu, you just need to find the composer location.

    Use command

    type composer
    

    or

    where composer
    

    For Mac users, use command:

    which composer
    

    and then just remove the folder using rm command.

提交回复
热议问题