bgoffice-dict-download command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
bgoffice-dict-download: command not found
or when using sudo you get the following error message
sudo: bgoffice-dict-download: command not found
Solutions to bgoffice-dict-download: command not found
How To Fix bgoffice-dict-download: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu bgoffice-dict-download is provided by bgoffice-dict-downloader package.
bgoffice-dict-downloader is:
bgoffice is a project aimed on creating a full-featured desktop environment, translated and localized for Bulgarian users.
This package contains a helper scripts to automate downloading and installation of dictionaries for gbgoffice. These can’t be distributed by Debian, due to licensing problems.
To fix this problem, we can install more using the command below.
sudo apt-get -y install bgoffice-dict-downloader
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install bgoffice-dict-downloader.
sudo apt -y install bgoffice-dict-downloader
Or if you have aptitude installed you can use the following command.
sudo aptitude install bgoffice-dict-downloader
Summary
In this tutorial we learn how to fix bgoffice-dict-download command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.