Installing crouton error

user3570003 picture user3570003 · Apr 24, 2014 · Viewed 7.2k times · Source

I'm totally new to linux, this is what I get? Am I doing something wrong, crouton is downloaded. I'm using an acer 710-2411 in dev. mode

crosh> shell
chronos@localhost / $ sudo sh -e ~/downloads/crouton
sh: Can't open /home/chronos/user/downloads/crouton
chronos@localhost / $ 

Answer

user3764057 picture user3764057 · Jun 22, 2014

folder name is "Downloads" not "downloads" should enter: "sudo sh -e ~/Downloads/crouton"

when entering a /folder/file path, you have to be absolutely positive about the capitalization, spacing, and underscores.(some tools dont like spaces in file_names_or_folder_paths, sees it as a | break in the instruction.

its always the easy things that get you first. Dont be discouraged by the grandeur. welcome to the community.