Crouton: Chronos command not found

Created on 23 Dec 2019  ·  3Comments  ·  Source: dnschneid/crouton

sudo install-Dt/usr/local/bin-m755~/Downloads/crouton

I'm just starting out in programming and stuff but I'm hopelessly attempting to install Linux on my Chromebook. I've powerwashed and entered Developer Mode. I've typed the code into the shell after downloading crouton and it still tells me command not found. At first it kept asking for a password and I powerwashed it again and that fixed that but now it doesn't even recognize the code anymore. I've typed it in every possible way. I honestly have no idea what else to do. I'm slowly descending into madness. Please help.
Screenshot 2019-12-22 at 6 30 45 PM

If known, describe the steps to reproduce the issue:

Most helpful comment

If I'm reading it right, it looks like you're missing some spaces:

sudo install -Dt /usr/local/bin -m 755 ~/Downloads/crouton

That should do it.

All 3 comments

If I'm reading it right, it looks like you're missing some spaces:

sudo install -Dt /usr/local/bin -m 755 ~/Downloads/crouton

That should do it.

Closing. Please re-open if this issue is still a concern.

Thank you so much. I figured it out like 20 minutes later and nearly threw my laptop across the room after I realized I missed a couple spaces. Thanks again!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jbaum98 picture jbaum98  ·  4Comments

Epowerj picture Epowerj  ·  6Comments

jeremyckahn picture jeremyckahn  ·  5Comments

duck955 picture duck955  ·  5Comments

harryprince picture harryprince  ·  3Comments