gkbd-keyboard-display command not found

In this troubleshooting guide we learn how to fix gkbd-keyboard-display command not found error message

Introduction

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

gkbd-keyboard-display: command not found

or when using sudo you get the following error message

sudo: gkbd-keyboard-display: command not found

Solutions to gkbd-keyboard-display: command not found

How To Fix gkbd-keyboard-display: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu gkbd-keyboard-display is provided by gkbd-capplet package.

gkbd-capplet is:

libgnomekbd offers an API to manage the keyboard in GNOME applications.

This package contains a helper for the GNOME control center to configure and display keyboard mappings.

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

sudo apt-get -y install gkbd-capplet

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

You can also use apt command to install gkbd-capplet.

sudo apt -y install gkbd-capplet

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

sudo aptitude install gkbd-capplet

Summary

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