ng-latin command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
ng-latin: command not found
or when using sudo you get the following error message
sudo: ng-latin: command not found
Solutions to ng-latin: command not found
How To Fix ng-latin: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu ng-latin is provided by ng-latin package.
ng-latin is:
Ng is Nihongo Mg, MicroGnuEmacs. It is a small lightweight Emacs-like editor. It can handle both Latin and CJK.
ng-latin can handle Latin (ISO-8859) encoding. CJK is not supported. UTF-8 is now supported.
To fix this problem, we can install more using the command below.
sudo apt-get -y install ng-latin
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install ng-latin.
sudo apt -y install ng-latin
Or if you have aptitude installed you can use the following command.
sudo aptitude install ng-latin
Summary
In this tutorial we learn how to fix ng-latin command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.