lokalize command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
lokalize: command not found
or when using sudo you get the following error message
sudo: lokalize: command not found
Solutions to lokalize: command not found
How To Fix lokalize: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu lokalize is provided by lokalize package.
lokalize is:
Lokalize is a computer-aided translation system that focuses on productivity and quality assurance. It has components usual for CAT tools: translation memory, glossary, and also a unique translation merging (synchronization) capability. It is primarily targeted at software translation and also integrates external conversion tools for office document translation. Lokalize is a replacement of KBabel.
This package is part of the KDE Software Development Kit module.
To fix this problem, we can install more using the command below.
sudo apt-get -y install lokalize
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install lokalize.
sudo apt -y install lokalize
Or if you have aptitude installed you can use the following command.
sudo aptitude install lokalize
Summary
In this tutorial we learn how to fix lokalize command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.