enabling disabling repos

0

getiing following errors while disabling error and unable to update serverEnter image description here Enter image description here

質問済み 1年前237ビュー
3回答
0

It's also possible that yum update -y is responding like that because all the installed packages are already up-to-date. What AMI are you using, and when was the host last patched?

profile picture
エキスパート
Steve_M
回答済み 1年前
0

Don't put the exclamation mark " ! " as part of the command. The shell is expanding that and looking for the most recent command starting "amzn2-core/2/x86_64", which of course isn't in your shell history, and so the entire command is failing.

profile picture
エキスパート
Steve_M
回答済み 1年前
0

Steps to clear the exclamation mark are at https://access.redhat.com/solutions/2267871 (basically, run yum clean expire-cache). Then yum check-update to see what packages have an update available, and yum update -y to install them.

Enable a repo that is disabled with e.g. yum-config-manager --enable amzn2-core-debuginfo (only the bit of the name up until the first forward slash).

profile picture
エキスパート
Steve_M
回答済み 1年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ