Report this

What is the reason for this report?

How to uninstall composer 2

Posted on April 12, 2021

Hello,

thanks for your article. I made a mistake, I install composer 2 with sudo. I want to uninstall. Could explain me how please.

Best regards Bruno



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hi there,

In case that you’ve followed the steps from this tutorial here, in order to remove composer you could delete the binary file from /usr/local/bin/composer. To do so you can use the rm command for example:

sudo rm /usr/local/bin/composer

Hope that this helps. Regards, Bobby

To uninstall Composer 2 that was installed with sudo, follow these steps:


1. Locate the Composer Binary

Check where the Composer binary is installed. It’s typically located in one of these paths:

  • /usr/local/bin/composer
  • /usr/bin/composer

To confirm, run:

which composer

2. Remove the Composer Binary

Once you’ve located the Composer binary, delete it using sudo:

sudo rm -f /usr/local/bin/composer

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.