gbgoffice command not found

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

Introduction

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

gbgoffice: command not found

or when using sudo you get the following error message

sudo: gbgoffice: command not found

Solutions to gbgoffice: command not found

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

In Ubuntu gbgoffice is provided by gbgoffice package.

gbgoffice is:

bgoffice is a project aimed on creating a full-featured desktop environment, translated and localized for Bulgarian users.

This package contains gbgoffice - a GTK2 program for working with all dictionaries, contained in bgoffice. It has clean interface, features GNOME notification area integration and clipboard monitoring. All features are customizable.

For Qt/KDE version of the program, see kbedic.

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

sudo apt-get -y install gbgoffice

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

You can also use apt command to install gbgoffice.

sudo apt -y install gbgoffice

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

sudo aptitude install gbgoffice

Summary

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