enabling disabling repos

0

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

已提问 1 年前236 查看次数
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 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则