Squey is a free and open source data visualization software for Windows and Linux. Using Squey, you can visualize very large tabular data easily. It comes with real time visualization, scatter plot, histograms, data listing, detail statistics, multi dimensional exploration, dynamic filtering, layers support and many more. It supports CSV and QIBASE, SQLite, QSQLITE2, QSQLITE3, MySQL, ODBC, QPSQL7, QPSQL, QTDS7, and QTDS databases.
How to Install Squey on Ubuntu
To install Squey data visualization application on your system, open the terminal application (ctrl+alt+t) and run below Squey flatpak install command.
flatpak install flathub org.squey.Squey
After the successful installation of Squey, you can open it using the Show Apps Ubuntu menu or via below command in the terminal.
flatpak run org.squey.Squey
Note: If you don’t already have flatpak and flathub installed,then install them on your system using the commands provided below. After the installation, restart your system.
sudo apt install flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
And you can also uninstall Squey using below commands.
flatpak uninstall org.squey.Squey
[OR]
sudo flatpak uninstall org.squey.Squey