gngb command not found

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

Introduction

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

gngb: command not found

or when using sudo you get the following error message

sudo: gngb: command not found

Solutions to gngb: command not found

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

In Ubuntu gngb is provided by gngb package.

gngb is:

Gngb is an emulator for GameBoy Classic, Color and others.

It uses the SDL library and OpenGL. This software supports joystick and keyboard as input.

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

sudo apt-get -y install gngb

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

You can also use apt command to install gngb.

sudo apt -y install gngb

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

sudo aptitude install gngb

Summary

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