How to install cURL

when I try to use cURL within ssh on local i get an error.

bash: curl: command not found.

How do I install it so that cURL commands will work?

2 Likes

I’m having the same problem. I used to be able to run command apt-get update && apt-get install -y curl but the shell is showing command not found. I used to be able to right click on sites and it would say open site SSH, now it says open site shell. I also tried doing yum commands to no avail.

I need curl to install composer. What has changed with flywheel local?

You know what, after I type my last comment I remembered that newer editions of flywheel don’t use containers like older versions did, so you don’t have to install curl per container like you once did. If CURL is installed on your machine already you can just drop your composer.json into the individual site folder and run composer update (as long as composer is installed globally of course)

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.