fish from shells:fish:beta:4 project

Select Your Operating System

For Debian 12 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/shells:/fish:/beta:/4/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/shells:fish:beta:4.list
curl -fsSL https://download.opensuse.org/repositories/shells:fish:beta:4/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/shells_fish_beta_4.gpg > /dev/null
sudo apt update
sudo apt install fish
For Debian 11 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/shells:/fish:/beta:/4/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/shells:fish:beta:4.list
curl -fsSL https://download.opensuse.org/repositories/shells:fish:beta:4/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/shells_fish_beta_4.gpg > /dev/null
sudo apt update
sudo apt install fish
For Fedora 41 run the following as root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/shells:fish:beta:4/Fedora_41/shells:fish:beta:4.repo
dnf install fish
For Fedora 40 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/shells:fish:beta:4/Fedora_40/shells:fish:beta:4.repo
dnf install fish
For openSUSE Tumbleweed run the following as root:
zypper addrepo https://download.opensuse.org/repositories/shells:fish:beta:4/openSUSE_Tumbleweed/shells:fish:beta:4.repo
zypper refresh
zypper install fish
For 15.6 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/shells:fish:beta:4/15.6/shells:fish:beta:4.repo
zypper refresh
zypper install fish
For 15.5 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/shells:fish:beta:4/15.5/shells:fish:beta:4.repo
zypper refresh
zypper install fish