cbedic command not found

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

Introduction

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

cbedic: command not found

or when using sudo you get the following error message

sudo: cbedic: command not found

Solutions to cbedic: command not found

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

In Ubuntu cbedic is provided by cbedic package.

cbedic is:

CBE Dictionary is a command-line Bulgarian to English and English to Bulgarian electronic Dictionary. It can work in interactive mode too.

The dictionary databases are not included in this package. You have to download bedic-data-4.0.tar.gz from http://kbedic.sourceforge.net. Install the files bg_en.dat and en_bg.dat in /usr/local/share/bedic.

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

sudo apt-get -y install cbedic

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

You can also use apt command to install cbedic.

sudo apt -y install cbedic

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

sudo aptitude install cbedic

Summary

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