xiterm+thai command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
xiterm+thai: command not found
or when using sudo you get the following error message
sudo: xiterm+thai: command not found
Solutions to xiterm+thai: command not found
How To Fix xiterm+thai: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu xiterm+thai is provided by xiterm+thai package.
xiterm+thai is:
xiterm+thai is an X terminal emulator program with Thai language support. It has built-in Thai keyboard input support. You could also use the X11 XKB extension to input Thai characters.
A Thai TIS-620 font, such as one from xfonts-thai-nectec is needed to display Thai characters.
To fix this problem, we can install more using the command below.
sudo apt-get -y install xiterm+thai
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install xiterm+thai.
sudo apt -y install xiterm+thai
Or if you have aptitude installed you can use the following command.
sudo aptitude install xiterm+thai
Summary
In this tutorial we learn how to fix xiterm+thai command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.