fish from shells:fish project
Select Your Operating System
Add repository and install manually
For CentOS CentOS-9 Stream appstream run the following as root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/shells:fish/CentOS_CentOS-9_Stream_appstream/shells:fish.repo yum install fish
For CentOS 8 run the following as root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/shells:fish/CentOS_8/shells:fish.repo yum install fish
For CentOS 7 run the following as root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/shells:fish/CentOS_7/shells:fish.repo yum install fish
Grab binary packages directly
Add repository and install manually
For Debian 9.0 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/Debian_9.0/ /' | sudo tee /etc/apt/sources.list.d/shells:fish.list curl -fsSL https://download.opensuse.org/repositories/shells:fish/Debian_9.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/shells_fish.gpg > /dev/null sudo apt update sudo apt install fish
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/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/shells:fish.list curl -fsSL https://download.opensuse.org/repositories/shells:fish/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/shells_fish.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/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/shells:fish.list curl -fsSL https://download.opensuse.org/repositories/shells:fish/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/shells_fish.gpg > /dev/null sudo apt update sudo apt install fish
For Debian 10 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/Debian_10/ /' | sudo tee /etc/apt/sources.list.d/shells:fish.list curl -fsSL https://download.opensuse.org/repositories/shells:fish/Debian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/shells_fish.gpg > /dev/null sudo apt update sudo apt install fish
Grab binary packages directly
Add repository and install manually
For Fedora 41 run the following as root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/shells:fish/Fedora_41/shells:fish.repo dnf install fish
For Fedora 40 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/shells:fish/Fedora_40/shells:fish.repo dnf install fish
For Fedora 39 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/shells:fish/Fedora_39/shells:fish.repo dnf install fish
For Fedora 38 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/shells:fish/Fedora_38/shells:fish.repo dnf install fish
Grab binary packages directly
Add repository and install manually
For 15.6 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/shells:fish/15.6/shells:fish.repo zypper refresh zypper install fish
For 15.5 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/shells:fish/15.5/shells:fish.repo zypper refresh zypper install fish
For 15.4 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/shells:fish/15.4/shells:fish.repo zypper refresh zypper install fish
Grab binary packages directly
Add repository and install manually
For Fedora 37 run the following as root:
?
For Fedora 36 run the following as root:
?