2

There are 2 best solutions below

0
On

Looks like there is still a bug in scoop https://jonathansoma.com/everything/setup/scoop-issues/

I have got the same error

Couldn't find manifest for <my_package>.

and the solution provided by this link worked for me. Just remove the bucket your package comes from and then add it back:

> scoop bucket rm main
> scoop bucket add main
> scoop install <my_package>

Installing <my_package> ...
0
On

You should probably try this:

scoop bucket add main
scoop install symfony-cli