Removal
- Windows
- macOS
- Linux
- FreeBSD
Removing a winget installation
Open PowerShell and run the command:
winget uninstall --id yuccastream.tuna ; powershell
Removing an MSI package installation
Uninstall the program through the Programs control panel.
Removing a manual installation
Open PowerShell and run the command:
Remove-Item "$env:USERPROFILE\AppData\Local\Microsoft\WindowsApps\tuna.exe" -Force