gzbd-viewer command not found

In this troubleshooting guide we learn how to fix gzbd-viewer command not found error message

Introduction

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

gzbd-viewer: command not found

or when using sudo you get the following error message

sudo: gzbd-viewer: command not found

Solutions to gzbd-viewer: command not found

How To Fix gzbd-viewer: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu gzbd-viewer is provided by zbd-utils package.

zbd-utils is:

zbd is a command line utility to report, open, close, reset and finish zones of a device.

gzbd is similar to zbd but using a graphical user interface.

gzbd-viewer is a graphical user interface showing the condition and state of zones of a zoned block device.

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

sudo apt-get -y install zbd-utils

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

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

sudo apt -y install zbd-utils

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

sudo aptitude install zbd-utils

Summary

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