GNU/Linux >> Linux の 問題 >  >> Linux

AWS Linux に Fish Shell をインストールする方法

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

Linux
  1. LinuxにPythonをインストールする方法

  2. LinuxにJavaをインストールする方法

  3. LinuxにNodeJSをインストールする方法

  1. Linuxを3つのステップでインストールする方法

  2. LinuxにFFmpegをインストールする方法

  3. LinuxにVagrantをインストールする方法

  1. KaliLinuxのインストール方法

  2. LinuxにFFmpegをインストールする方法

  3. LinuxでフレンドリーなインタラクティブシェルであるFishをインストールする方法