Installing Geekbench 5 on Linux

Installing on Geekbench requires some basic knowledge of the command prompt. If you're not already familiar with the command prompt we 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 xf Geekbench-5.0.0-Linux.tar.gz
cd Geekbench-5.0.0-Linux/
./geekbench5

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 xf Geekbench-5.0.0-Linux.tar