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!
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:
Check where the Composer binary is installed. It’s typically located in one of these paths:
/usr/local/bin/composer/usr/bin/composerTo confirm, run:
which composer
Once you’ve located the Composer binary, delete it using sudo:
sudo rm -f /usr/local/bin/composer
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.