enabling disabling repos

0

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

demandé il y a un an236 vues
3 réponses
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
EXPERT
Steve_M
répondu il y a un an
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
EXPERT
Steve_M
répondu il y a un an
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
EXPERT
Steve_M
répondu il y a un an

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions