fbzx command not found

In this troubleshooting guide we learn how to fix fbzx command not found error message

Introduction

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

fbzx: command not found

or when using sudo you get the following error message

sudo: fbzx: command not found

Solutions to fbzx: command not found

How To Fix fbzx: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu fbzx is provided by fbzx package.

fbzx is:

FBZX is a Sinclair ZX Spectrum emulator for Linux/Unix. It can work over X or in a FrameBuffer console.

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

sudo apt-get -y install fbzx

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

You can also use apt command to install fbzx.

sudo apt -y install fbzx

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

sudo aptitude install fbzx

Summary

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