Install & Use Geekbench 5 on Linux

Geekbench is a cross-platform processor benchmark tool with a scoring system that separates single-core and multi-core performance and workloads that simulate real-world scenarios. The higher Geekbench score means the better and faster CPU.

Enter the following commands one by one:

wget -qO- http://cdn.geekbench.com/Geekbench-5.3.2-Linux.tar.gz | tar -xz
cd Geekbench-5.3.1-Linux && ./geekbench5

Note: In this article I’ve installed the version 5.3.2 but by the time you’re reading it a new version might be available. In that case you just need to change 5.3.2 to the newer version on all the above commands. Simple as that.

Check if any newer version available from the Geekbench official download page.