xjdic command not found

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

Introduction

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

xjdic: command not found

or when using sudo you get the following error message

sudo: xjdic: command not found

Solutions to xjdic: command not found

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

In Ubuntu xjdic is provided by xjdic package.

xjdic is:

XJDIC is an electronic Japanese-English dictionary program designed to operate in the X11 window environment. In particular, it must run in an “xterm” environment which has Japanese language support such as provided by “kterm”.

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

sudo apt-get -y install xjdic

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

You can also use apt command to install xjdic.

sudo apt -y install xjdic

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

sudo aptitude install xjdic

Summary

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