Update
If you see the message New version available when starting tuna, it's time to update. Updating allows you to receive bug fixes and new features in a timely manner. The update procedure is no more complicated than installation:
- Windows
- macOS
- Linux
- FreeBSD
- Docker
Run the command in PowerShell or update manually:
winget upgrade --id yuccastream.tuna ; powershell
Run the commands in the terminal or update manually:
brew update
brew upgrade tuna
Updating via the package manager
- Ubuntu/Debian
- SUSE/OpenSUSE
- RHEL/CentOS
- Fedora
For Debian and derivative distributions (Ubuntu, Mint and others), run the following commands in the terminal:
sudo apt update
sudo apt install tuna.am
For SUSE and OpenSUSE, run the following commands in the terminal:
sudo zypper refresh
sudo zypper install -y tuna.am
For RHEL and derivative distributions (CentOS, Rocky, AlmaLinux and others), run the following commands in the terminal:
sudo yum check-update
sudo yum update tuna.am
For Fedora, run the following commands in the terminal:
sudo dnf check-update
sudo dnf upgrade tuna.am
Updating with the script
Run the command in the terminal or update manually:
- curl
- wget
sh -c "$(curl -sSLf https://releases.tuna.am/tuna/get.sh)"
sh -c "$(wget -qO- https://releases.tuna.am/tuna/get.sh)"
Run the command in the terminal or update manually:
- curl
- wget
sh -c "$(curl -sSLf https://releases.tuna.am/tuna/get.sh)"
sh -c "$(wget -qO- https://releases.tuna.am/tuna/get.sh)"
Run the command:
docker pull yuccastream/tuna:latest
To make sure the update was successful, run tuna help.