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
Removing a brew installation
Run the command in the terminal:
brew uninstall yuccastream/tap/tuna
Removing a manual or script installation
Run the command in the terminal:
sudo rm -f /usr/local/bin/tuna
Removing a package manager installation
- Ubuntu/Debian
- SUSE/OpenSUSE
- RHEL/CentOS
- Fedora
- Arch Linux
For Debian and derivative distributions (Ubuntu, Mint and others), run the following commands in the terminal:
sudo apt purge tuna.am
For SUSE and OpenSUSE, run the following commands in the terminal:
sudo zypper remove tuna.am
For RHEL and derivative distributions (CentOS, Rocky, AlmaLinux and others), run the following commands in the terminal:
sudo yum remove tuna.am
For Fedora, run the following commands in the terminal:
sudo dnf remove tuna.am
For Arch Linux, run the following commands in the terminal:
sudo pacman -R tuna.am-bin
Removing a manual installation
Run the command in the terminal:
sudo rm -f /usr/local/bin/tuna
Run the command in the terminal:
sudo rm -f /usr/local/bin/tuna