Installing Geekbench on Linux
Installing on Geekbench requires some basic knowledge of the command prompt. If you're not already familiar with the command prompt I recommend reading the first few pages of this Linux command prompt tutorial
To install Geekbench, run the following commands from the folder where you downloaded Geekbench:
tar -zxvf Geekbench-2.3.1-Linux.tar.gz
cd dist/Geekbench-2.3.1-Linux/
./geekbench_x86_32
If the first command returns a "file not found" error, there's a chance your browser has already uncompressed Geekbench. Substitute this command as the first command:
tar -xvf Geekbench-2.3.1-Linux.tar
If you're running the 64-bit version of Ubuntu you'll need to install the 32-bit compatibility libraries:
sudo apt-get install ia32-libs