update-bgoffice-dicts command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
update-bgoffice-dicts: command not found
or when using sudo you get the following error message
sudo: update-bgoffice-dicts: command not found
Solutions to update-bgoffice-dicts: command not found
How To Fix update-bgoffice-dicts: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu update-bgoffice-dicts 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 update-bgoffice-dicts command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.