com.github.alecaddd.sequeler command not found

In this troubleshooting guide we learn how to fix com.github.alecaddd.sequeler command not found error message

Introduction

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

com.github.alecaddd.sequeler: command not found

or when using sudo you get the following error message

sudo: com.github.alecaddd.sequeler: command not found

Solutions to com.github.alecaddd.sequeler: command not found

How To Fix com.github.alecaddd.sequeler: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu com.github.alecaddd.sequeler is provided by sequeler package.

sequeler is:

Sequeler is a native Linux SQL client built in Vala and Gtk. It allows you to connect to your local and remote databases, write SQL in a handy text editor with language recognition, and visualize SELECT results in a Gtk.Grid Widget.

Supported databases:

  • PostgreSQL
  • MariaDB/MySQL
  • SQLite

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

sudo apt-get -y install sequeler

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

You can also use apt command to install sequeler.

sudo apt -y install sequeler

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

sudo aptitude install sequeler

Summary

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