PSequel Database Management Application

PSequel is a free and open source SQL database management software for Linux. Using PostgresSQL, you can connect and run any SQL query in your database. It is specialized in PostgresSQL. It is written in Vala and released under GNU General Public License v3.0. Currently it supports query history, load and save database connections, you can list database schema info, tables, views, columns info, indexes, foreign keys, view database table data, sort by column and many more.

PSequel Database Management

How to Install PSequel on Ubuntu

To install PSequel on your Ubuntu system, you need to install flatpak and flathub. If you already have then skip below steps, otherwise follow below commands and run in your terminal (ctrl+alt+t) and restart it after the installation.

sudo apt install flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo

Now in the terminal app run below PSequel flatpak install command. It will install the latest version of PSequel on your system.

flatpak install flathub me.ppvan.psequel

And you can start PSequel using below command.

flatpak run me.ppvan.psequel

And uninstall PSequel using below commands.

flatpak uninstall me.ppvan.psequel

[OR]

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



Also Read:  How to Install VMware Workstation Player on Ubuntu

Leave a Reply