scim-make-table command not found

In this troubleshooting guide we learn how to fix scim-make-table command not found error message

Introduction

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

scim-make-table: command not found

or when using sudo you get the following error message

sudo: scim-make-table: command not found

Solutions to scim-make-table: command not found

How To Fix scim-make-table: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu scim-make-table is provided by scim-modules-table package.

scim-modules-table is:

SCIM (Smart Common Input Method) is an input method (IM) platform.

This package is the generic tables IM engine for SCIM. With data tables this module can provides input method for various languages.

For details about SCIM, please see the description of package scim.

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

sudo apt-get -y install scim-modules-table

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

You can also use apt command to install scim-modules-table.

sudo apt -y install scim-modules-table

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

sudo aptitude install scim-modules-table

Summary

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