Install Geekbench on Linux (Tutorial)

How to install Geekbench 4, 5 and 6 on Linux

Last updated on February 19, 2024

If you want to install and run Geekbench 4, 5 or Geekbench 6 on Linux, follow this tutorial. The following instructions can be used on:

  • a local computer running any Linux distribution
  • a remote Linux server (VPS, shared or dedicated hosting…) with access to the command line

I mostly use Geekbench to compare the performance of small VPS instances running Ubuntu Server.

1. Install Geekbench 4, 5 or Geekbench 6 on Linux

You do not need to run Geekbench as root (or use sudo).

1.1 In your home directory, create a temporary directory and enter it:

cd
mkdir geekbench-tmp
cd geekbench-tmp

1.2 Download the Geekbench 4 or 5 or the latest Geekbench 6 and extract the archives:

wget https://cdn.geekbench.com/Geekbench-4.4.4-Linux.tar.gz
tar -zxvf Geekbench-4.4.4-Linux.tar.gz

wget https://cdn.geekbench.com/Geekbench-5.5.1-Linux.tar.gz
tar -zxvf Geekbench-5.5.1-Linux.tar.gz

wget https://cdn.geekbench.com/Geekbench-6.2.2-Linux.tar.gz
tar -zxvf Geekbench-6.2.2-Linux.tar.gz

2. Run Geekbench 4, 5 and Geekbench 6 on Linux

2.1 Enter Geekbench 4 directory and run it:

cd Geekbench-4.4.4-Linux/
./geekbench_x86_64

2.2 Enter Geekbench 5 directory and run it:

cd Geekbench-5.5.1-Linux/
./geekbench_x86_64

2.3 Enter Geekbench 6 directory and run it:

cd Geekbench-6.2.2-Linux/
./geekbench_x86_64

Once Geekbench has finished running, it will display a link to the results, which could look like this:

Install Geekbench on Linux

3. Uninstall Geekbench

To uninstall Geekbench on Linux, simply remove the temporary Geekbench directory:

cd
rm -r geekbench-tmp

By Johannes Eva, January 2011 – February 2024

Articles by categories

Most Read Articles

Comments

5 thoughts on “How to edit image metadata on Linux using a graphical user interface”

  1. fotoxx lets you change Metadata info, and choose your current image’s Caption and Comment as well as view images in directories with filename and some other Metadata as labels. You can set up trees of tags with Categories and put those in at the same time, to use for sorting the images into “album” groups for moving or copying out. The code is gtk and perl with many filetype handlers. Your labeling is stored in plain text files, easy to copy out into documents, transfer, edit, etc.

  2. You should give some additional details, some tools write directly into the image file, others don’t. For example darktable does not change the original image, it writes into a sidecar file (.XMP).

  3. I don’t know whether you actually tested Gthumb or not, but your statement that it is only capable of reading meta tags, couldn’t be further from the truth. And it seems to do a fairly good while it is at it!

    All one have do is to press the ‘T’ key – either under the Thumbnail view or the “larger” view – and voilá: it reads any existing tags already embedded in the selected file. Next, you have to keep typing any new ones (just don’t forget to confirm, via the pull down list, to actually create any new tags) and you’re done.

  4. I would also suggest that MaPiVi is an excellent program which needs to be on this list. It’s capable of editing and bulk-editing many kinds of image metadata, including IPTC Keywords (which is why I got it). It’s written in Perl/TK so it’s cross-platform. A somewhat old version of it is included in the Ubuntu Linux distribution.

    One of the main drawbacks of MaPiVi is that it won’t handle the metadata in Nikon .NEF (raw) format files, which is pretty much the same as that in other formats such as JPEG.

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.