Hello, I have just downloaded the newest version of the digital logic sim and cant figure out, how to get the app running, can some one help me.
You may need to mark the mark the program as executable. Depending on your Linux distro, you may be able to do this by right-clicking on the file `Digital-Logic-Sim.x86_64`, selecting Properties, clicking the Permissions tab, and ticking "Allow executing file as program".
Alternatively you can open a terminal in the Digital-Logic-Sim folder, and run the command:
sudo chmod +x Digital-Logic-Sim.x86_64
You should then be able to launch it by double-clicking the Digital-Logic-Sim.x86_64 file.
If the Chromebook uses x86 CPU architecture it might work, but I've no idea if the specs are good enough. The chmod command just sets file permissions, and the +x option means make it executable (so you can run it as a program). There shouldn't be any output from the command. But you should now be able to launch the program - i.e. double click the icon or type:
./Digital-Logic-Sim.x86_64