Running the Installer on Linux
If you already have the installer running, continue in Installing TidaLuna.
Download the Installer
- Go to the TidaLuna Installer Releases page.
- Choose one of the Linux builds:
.debpackage:installer-linux-x86_64-vX.X.X.deb- AppImage:
installer-linux-x86_64-vX.X.X.AppImage - Portable binary:
installer-linux-x86_64-vX.X.X
Run using .deb (recommended)
- Double-click the
.debfile and install it with your package manager. - Launch TidaLuna Installer from your app menu.
- Continue with Installing TidaLuna.
Run using .AppImage
Open a terminal in the download folder.
Make it executable (if needed):
bashchmod +x installer-linux-x86_64-vX.X.X.AppImageRun it:
bash./installer-linux-x86_64-vX.X.X.AppImage
Run using portable binary
Open a terminal in the download folder.
Make it executable (if needed):
bashchmod +x installer-linux-x86_64-vX.X.XRun it:
bash./installer-linux-x86_64-vX.X.X
Optional: Run in CLI mode
bash
./installer-linux-x86_64-vX.X.X --headless --list-versions
./installer-linux-x86_64-vX.X.X --headless --install
./installer-linux-x86_64-vX.X.X --headless --uninstallUse --path "/path/to/tidal/resources" to target a custom installation path.
Troubleshooting
If you encounter permission errors, make sure the installer file is executable and that you can write to your TIDAL installation path.