Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Download the ZIP file with the filename ending in linux32 or linux64 from the website - you can check whether you have a 32 or 64-bit version of Linux by opening a Terminal window (e.g. xterm, gnome-terminal etc.) and typing:

Code Block
languagebash
[user@hostname ~]$ uname -m
i686       <== 32-bit
x86_64     <== 64-bit

...