amnesia@amnesia:~/Desktop/blender-2.74-linux-glibc211-x86_64$ ls
2.74 GPL3-license.txt LICENSE-bmonofont-i18n.ttf.txt
blender GPL-license.txt LICENSE-droidsans.ttf.txt
blenderplayer icons Python-license.txt
blender-softwaregl jemalloc-license.txt readme.html
blender-thumbnailer.py lib
copyright.txt LICENSE-bfont.ttf.txt
amnesia@amnesia:~/Desktop/blender-2.74-linux-glibc211-x86_64$ ./blender
bash: ./blender: No such file or directory
I'm an actual Linux noob and googled for install instructions. I use Tails 1.4 which is Debian.
blenderexecutable actually have execute permissions? Try runningls -l,blendershould have something likerwxr-xr-xnext to it. (at least thex's) – gandalf3 Jun 17 '15 at 21:32.exefiles (that's a windows/dos convention).blenderis a binary executable (pretty much a.exefile for linux). As to why bash thinks it's missing, thats really weird.. – gandalf3 Jun 17 '15 at 21:56uname -aandfile ./blender? The Tails download page only has 32-bit images as far as I can tell, so it might be that you need to use the 32-bit version of Blender. – catlover2 Jun 17 '15 at 22:27noexecoption. – Jun 18 '15 at 01:24bash: ./blender: cannot execute binary file. In any case, 32-bit Blender worked as expected with no error. – catlover2 Jun 18 '15 at 02:50