dialect command not found

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

Introduction

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

dialect: command not found

or when using sudo you get the following error message

sudo: dialect: command not found

Solutions to dialect: command not found

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

In Ubuntu dialect is provided by dialect package.

dialect is:

Dialect is a simple translation app for GTK environments.

  • Translation based on the LibreTranslate API, allowing you use any instance available online
  • Translation history
  • Automatic language detection
  • Clipboard buttons

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

sudo apt-get -y install dialect

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

You can also use apt command to install dialect.

sudo apt -y install dialect

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

sudo aptitude install dialect

Summary

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