fish from shells:fish:release:2 project
お使いのオペレーティングシステムの選択
手作業でリポジトリを追加してインストールする
CentOS 7 の場合は、 root で下記のコマンドを実行してください:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/shells:fish:release:2/CentOS_7/shells:fish:release:2.repo yum install fish
CentOS 6 の場合は、 root で下記のコマンドを実行してください:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/shells:fish:release:2/CentOS_6/shells:fish:release:2.repo yum install fish
バイナリパッケージを直接取得する
手作業でリポジトリを追加してインストールする
Debian 9.0 の場合は、下記のコマンドを実行してください:
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:/release:/2/Debian_9.0/ /' | sudo tee /etc/apt/sources.list.d/shells:fish:release:2.list curl -fsSL https://download.opensuse.org/repositories/shells:fish:release:2/Debian_9.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/shells_fish_release_2.gpg > /dev/null sudo apt update sudo apt install fish
Debian 8.0 の場合は、下記のコマンドを実行してください:
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:/release:/2/Debian_8.0/ /' | sudo tee /etc/apt/sources.list.d/shells:fish:release:2.list curl -fsSL https://download.opensuse.org/repositories/shells:fish:release:2/Debian_8.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/shells_fish_release_2.gpg > /dev/null sudo apt update sudo apt install fish
Debian 7.0 の場合は、下記のコマンドを実行してください:
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:/release:/2/Debian_7.0/ /' | sudo tee /etc/apt/sources.list.d/shells:fish:release:2.list curl -fsSL https://download.opensuse.org/repositories/shells:fish:release:2/Debian_7.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/shells_fish_release_2.gpg > /dev/null sudo apt update sudo apt install fish
バイナリパッケージを直接取得する
手作業でリポジトリを追加してインストールする
Fedora 22 の場合は、 root で下記のコマンドを実行してください:
dnf config-manager --add-repo https://download.opensuse.org/repositories/shells:fish:release:2/Fedora_22/shells:fish:release:2.repo dnf install fish
Fedora 21 の場合は、 root で下記のコマンドを実行してください:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/shells:fish:release:2/Fedora_21/shells:fish:release:2.repo yum install fish
Fedora 20 の場合は、 root で下記のコマンドを実行してください:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/shells:fish:release:2/Fedora_20/shells:fish:release:2.repo yum install fish
バイナリパッケージを直接取得する
手作業でリポジトリを追加してインストールする
openSUSE Leap 42.3 の場合は、 root で下記のコマンドを実行してください:
zypper addrepo https://download.opensuse.org/repositories/shells:fish:release:2/openSUSE_Leap_42.3/shells:fish:release:2.repo zypper refresh zypper install fish
openSUSE Leap 42.2 の場合は、 root で下記のコマンドを実行してください:
zypper addrepo https://download.opensuse.org/repositories/shells:fish:release:2/openSUSE_Leap_42.2/shells:fish:release:2.repo zypper refresh zypper install fish
openSUSE 13.1 の場合は、 root で下記のコマンドを実行してください:
zypper addrepo https://download.opensuse.org/repositories/shells:fish:release:2/openSUSE_13.1/shells:fish:release:2.repo zypper refresh zypper install fish
バイナリパッケージを直接取得する
手作業でリポジトリを追加してインストールする
RHEL 7 の場合は、 root で下記のコマンドを実行してください:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/shells:fish:release:2/RHEL_7/shells:fish:release:2.repo yum install fish