// amazon-linux-extrasパッケージがインストールされていることを確認
# which amazon-linux-extras
/usr/bin/amazon-linux-extras
// 現在のリポジトリの確認
# yum repolist
読み込んだプラグイン:extras_suggestions, langpacks, priorities, update-motd
リポジトリー ID リポジトリー名 状態
!amzn2-core/2/x86_64 Amazon Linux 2 core repository 28,421
amzn2extra-docker/2/x86_64 Amazon Extras repo for docker 63
amzn2extra-kernel-5.10/2/x86_64 Amazon Extras repo for kernel-5.10 182
repolist: 28,666
// EPELインストールコマンドの実行
# amazon-linux-extras install -y epel
// update対象の確認
# yum check-update
読み込んだプラグイン:extras_suggestions, langpacks, priorities, update-motd
amzn2-core | 3.7 kB 00:00:00
// updateの実行
// 確認があれば[y]で進めてください。
// [完了しました!]が表示されればOK
# yum update
// update対象の確認
# yum check-update
読み込んだプラグイン:extras_suggestions, langpacks, priorities, update-motd
228 packages excluded due to repository priority protections