How to install HeidiSQL in Linux easily

HeidiSQL is a database client that’s a Windows application, however with the use of Wine it can also be installed in Ubuntu.

The setup for HeidiSQL requires the use of CLI, open up the terminal and run the following to install snapd.

sudo apt install snapd

Now use snapd to install the wine version of HeidiSQL.

sudo snap install heidisql-wine --beta

Reference: https://snapcraft.io/install/heidisql-wine/ubuntu