chromebookcrostini

running .x86_64 file on linux chromebook returns error: no such file or directory


I am trying to run a linux game on my chromebook(the game can be found here https://bitbrain.itch.io/cave/download/eyJleHBpcmVzIjoxNjM3MjU1OTkwLCJpZCI6NzExNTc5fQ%3d%3d.hggqT%2fhX%2bV6ybeo2kdXBWZa4xCQ%3d) I have executed the following commands: sudo su /cave.x86_64

however, when I run the last command, I just get an error saying that no such file or directory exists. Please help me.


Solution

  • To start with; run the following to ensure that the commands you used aren't the problem

    wget <download-link> -o cave-x86_64
    chmod +x cave-x86_64
    ./cave-x86_64
    

    If there are any errors, please add the full output, including what you enter