kexi-3.2 command not found

In this troubleshooting guide we learn how to fix kexi-3.2 command not found error message

Introduction

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

kexi-3.2: command not found

or when using sudo you get the following error message

sudo: kexi-3.2: command not found

Solutions to kexi-3.2: command not found

How To Fix kexi-3.2: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu kexi-3.2 is provided by kexi package.

kexi is:

KEXI is a visual database applications builder. It can be used for designing database applications, inserting and editing data, performing queries, and processing data. Forms can be created to provide a custom interface to your data. All database objects - tables, queries, forms, reports - are stored in the database, making it easy to share data and design.

KEXI is considered as a long awaited Open Source competitor for MS Access, Filemaker and Oracle Forms. Its development is motivated by the lack of Rapid Application Development (RAD) tools for database systems that are sufficiently powerful, inexpensive, open standards driven and portable across many operating systems and hardware platforms.

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

sudo apt-get -y install kexi

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

You can also use apt command to install kexi.

sudo apt -y install kexi

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

sudo aptitude install kexi

Summary

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