1.4. Go Toolset のインストール
すべての依存パッケージを含む Go Toolset をインストールするには、以下の手順を実行します。
前提条件
-
Red Hat Enterprise Linux 7 で、Red Hat Developer Tools コンテンツセットへのアクセスを提供するサブスクリプションがシステムに割り当てられている。
サブスクリプションを割り当てるには、Red Hat Enterprise Linux 7 での LLVM Toolset へのアクセス を参照してください。 - 利用可能な Red Hat Enterprise Linux のすべての更新がインストールされている。
手順
Red Hat Enterprise Linux 7 の場合、go-toolset-1.19
コレクションをインストールします。
# yum install go-toolset-1.19
Red Hat Enterprise Linux 8 の場合、以下のコマンドを実行して go-toolset
モジュールをインストールします。
# yum module install go-toolset
Red Hat Enterprise Linux 9 の場合、以下のコマンドを実行して go-toolset
パッケージをインストールします。
# dnf install go-toolset