ebwxshell command not found

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

Introduction

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

ebwxshell: command not found

or when using sudo you get the following error message

sudo: ebwxshell: command not found

Solutions to ebwxshell: command not found

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

In Ubuntu ebwxshell is provided by eekboek-gui package.

eekboek-gui is:

This package includes ebwxshell, the EekBoek GUI. It offers an EekBoek browser, useful for viewing the administrative data. It’s especially useful for generating, printing and pinpointing reports. Furthermore, it offers a raw interface to the EekBoek Shell. Finally, it offers a Wizard to help configuring new bookkeeping administrations.

Install it if you need a friendly interface to the EekBoek reporting facilities, or if you would like help in configuring EekBoek. However, if you prefer working in pure text mode, or don’t like to install the WX graphical packages, you should not install this package.

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

sudo apt-get -y install eekboek-gui

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

You can also use apt command to install eekboek-gui.

sudo apt -y install eekboek-gui

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

sudo aptitude install eekboek-gui

Summary

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