I’m using Windows Subsystem Linux to run GridDB, but after follow all the steps to install it and get running according to official documentation available at https://docs.griddb.net/gettingstarted/wsl/#running-griddb-on-wsl,
Besides that, I'm not able to run the default GridDB client, to execute some statement.
Tried to install it via prompt using, without success:
sudo apt update
sudo apt install griddb-client-tools
Is it possible to open up some default client on WSL installation, or install another one, how can I proceed?