debian-rime-processor command not found

In this troubleshooting guide we learn how to fix debian-rime-processor command not found error message

Introduction

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

debian-rime-processor: command not found

or when using sudo you get the following error message

sudo: debian-rime-processor: command not found

Solutions to debian-rime-processor: command not found

How To Fix debian-rime-processor: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu debian-rime-processor is provided by librime-bin package.

librime-bin is:

RIME is the acronym of Rime Input Method Engine.

RIME is a lightweight, extensible input method engine supporting various input schematas including glyph-based input methods, romanization-based input methods as well as those for Chinese dialects. It has the ability to compose phrases and sentences intelligently and provide very accurate traditional Chinese output. RIME’s cross-platform core library is written in C++, and can work consistently on different platforms with OS-specific wrappers.

This package provides the executable utilities of RIME.

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

sudo apt-get -y install librime-bin

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

You can also use apt command to install librime-bin.

sudo apt -y install librime-bin

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

sudo aptitude install librime-bin

Summary

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