gulkan-cube command not found

In this troubleshooting guide we learn how to fix gulkan-cube command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

gulkan-cube: command not found

or when using sudo you get the following error message

sudo: gulkan-cube: command not found

Solutions to gulkan-cube: command not found

How To Fix gulkan-cube: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu gulkan-cube is provided by libgulkan-utils package.

libgulkan-utils is:

GLib library for Vulkan abstraction. It provides classes for handling a Vulkan instances, devices, shaders and initialize textures from GLib image structures and DMA buffers.

This package includes gulkan-cube utility.

To fix this problem, we can install more using the command below.

sudo apt-get -y install libgulkan-utils

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install libgulkan-utils.

sudo apt -y install libgulkan-utils

Or if you have aptitude installed you can use the following command.

sudo aptitude install libgulkan-utils

Summary

In this tutorial we learn how to fix gulkan-cube command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.