
To uninstall Docker Compose, simply delete the binary: sudo rm /usr/bin/docker-compose The output should appear similar to this: How to Uninstall Docker Compose Once downloaded, the software is ready to use. You do not need to run an installation script for Docker Compose. Next, change the file permissions to allow the new software to be executed on Ubuntu: sudo chmod +x /usr/bin/docker-compose The -o option changes the filename, so it’s easier to typeĢ.



If you see a different message, like curl: command not found, you’ll need to install it.
