virtaal command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
virtaal: command not found
or when using sudo you get the following error message
sudo: virtaal: command not found
Solutions to virtaal: command not found
How To Fix virtaal: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu virtaal is provided by virtaal package.
virtaal is:
Virtaal is a graphical localisation editor that is designed to offer the translator an uncluttered interface for translating text. Virtaal supports a wide variety of common formats including PO and XLIFF files (and everything else that the translate-toolkit package supports).
To fix this problem, we can install more using the command below.
sudo apt-get -y install virtaal
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install virtaal.
sudo apt -y install virtaal
Or if you have aptitude installed you can use the following command.
sudo aptitude install virtaal
Summary
In this tutorial we learn how to fix virtaal command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.