Amazon Linux 2 で問題なく動作する Fish の Red Hat 6 パッケージ リポジトリを使用できます。
sudo yum-config-manager --add-repo http://fishshell.com/files/linux/RedHat_RHEL-6/fish.release:2.repo
その後、通常どおりインストールできます。
sudo yum -y install fish
Centos 6 と同じ方法。
から:
cd /etc/yum.repos.d/
wget http://download.opensuse.org/repositories/shells:fish:release:2/CentOS_6/shells:fish:release:2.repo
yum install fish
2021 年の更新:
新しいバージョンの AWS Linux を実行している場合 - rpm -E %{rhel}
を実行します RHEL のバージョンを確認し、wget
についてはこちらのリンクのいずれかを使用してください 指図。たとえば、RHEL バージョンが 7 の場合、root として実行します。
cd /etc/yum.repos.d/
wget --no-check-certificate https://download.opensuse.org/repositories/shells:fish:release:3/CentOS_7/shells:fish:release:3.repo
yum install fish
Raspberry-pi docker エラー:standard_init_linux.go:178:exec ユーザー プロセスにより exec フォーマット エラーが発生しました
find と xargs を使用して rm でファイルを削除する