omnidb-server command not found

In this troubleshooting guide we learn how to fix omnidb-server command not found error message

Introduction

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

omnidb-server: command not found

or when using sudo you get the following error message

sudo: omnidb-server: command not found

Solutions to omnidb-server: command not found

How To Fix omnidb-server: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu omnidb-server is provided by omnidb-common package.

omnidb-common is:

OmniDB is a web tool that simplifies database management focusing on interactivity, designed to be powerful and lightweight. Check-out some characteristics:

  • Web Tool: Accessible from any platform, using a browser as a medium
  • Responsive Interface: All available functions in a single page
  • Unified Workspace: Different technologies managed in a single workspace
  • Simplified Editing: Easy to add and remove connections
  • Safety: Multi-user support with encrypted personal information
  • Interactive Tables: All functionalities use interactive tables, allowing copying and pasting in blocks
  • Smart SQL Editor: Contextual SQL code completion
  • Beautiful SQL Editor: You can choose between many available color themes
  • Tabbed SQL Editor: Easily add, rename or delete editor tabs

Supported DBMS: PostgreSQL, Oracle, MySQL, MariaDB

This package contains shared files.

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

sudo apt-get -y install omnidb-common

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

You can also use apt command to install omnidb-common.

sudo apt -y install omnidb-common

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

sudo aptitude install omnidb-common

Summary

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