Queries Relational Database Workbench Application

Queries is a free and open source relational database workbench software for Linux. It is written in Rust and released under GNU General Public License v3.0. Using Queries you can interact with your database. It comes with schemata, tables, views and columns support in SQL and Postgres.SQL statements are parsed and verified at the client side. Some other features are SSL and TLS support, synchronously execution of statements, CSV export and dynamic HTML reports support.

Queries app

How to Install Queries on Ubuntu Linux

You can install Queries on your Ubuntu system via the flatpak package from flathub. First install flatpak and flathub on your system. And restart your system after the installation.

Also Read:  Parallel Overhead Runner Game

How to install flatpak and flathub

Now in the terminal command-line app (ctrl+alt+t) run below Queries database app flatpak install command. It will install the latest version of Queries on your Linux system.

flatpak install flathub io.github.limads.Queries

After Queries installation, run this command to open it.

flatpak run io.github.limads.Queries

And you can also uninstall Queries using

sudo flatpak uninstall io.github.limads.Queries

That’s it.

If you liked this article, please subscribe to our YouTube Channel. You can also stay connected with us on X (Twitter) and Facebook.



Leave a Reply