km-package-get command not found

In this troubleshooting guide we learn how to fix km-package-get command not found error message

Introduction

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

km-package-get: command not found

or when using sudo you get the following error message

sudo: km-package-get: command not found

Solutions to km-package-get: command not found

How To Fix km-package-get: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu km-package-get is provided by keyman package.

keyman is:

Keyman makes it possible for you to type in over 1,000 languages on Windows, macOS, Linux, iPhone, iPad, Android tablets and phones, and even instantly in your web browser. With the world’s most powerful keyboarding engine, intuitive and rapid text input is now possible in your language, and for over 99% of the global population’s mother tongues!

Originally created in 1993 to type Lao on Windows, Keyman is now a free and open source keyboarding platform which allows anyone to write a keyboard layout for their language. Keyman is available for many platforms, including Windows, macOS, iOS, Android, Linux and the web.

Keyboard layouts are defined with a clear and easy to understand keyboard grammar. Keyman’s contextual input model means keyboard layouts can be intelligent and make it simple to type even the most complex languages. Keyboard layouts are distributed through an open catalog to all major desktop and mobile platforms.

Install, uninstall and view information about Keyman keyboard packages.

This package depends on all that is needed for using Keyman for Linux.

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

sudo apt-get -y install keyman

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

You can also use apt command to install keyman.

sudo apt -y install keyman

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

sudo aptitude install keyman

Summary

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