Previous
- 1
- 2
-
`file /usr/local/freesurfer/bin/qdec.bin` returns information about the file type of `qdec.bin`, and `ls -l /usr/local/freesurfer/bin/qdec.bin` provides detailed information including permissions, number of links, owner, group, size, and last modified date.
-
/usr/local/freesurfer/bin/qdec.bin: exécutable ELF 64 bits LSB, x86-64, version 1 (GNU/Linux), statiquement lié, épuré
:~# ls -l /usr/local/freesurfer/bin/qdec.bin
-rwxr-xr-x 1 root root 3834580 2011-05-22 15:59 /usr/local/freesurfer/bin/qdec.bin -
Is it a 64-bit Linux?
uname -a getconf LONG_BIT
-
root@nas:~# uname -a
Linux nas2.6.35-22-generic #33-Ubuntu SMP Sun Sep 19 20:34:50 UTC 2010 i686 GNU/Linux
root@nas:~# getconf LONG_BIT
32 -
64-bit executables on a 32-bit system won't work.
You need to download the 32-bit version. -
Good evening,
thank you very much for your help, you were right, I installed Ubuntu 64 bit and I successfully installed FreeSurfer.
Previous
- 1
- 2