It seems to be a strange bug.
You can still update it using either -y
argument:
yum -y update
(it will stop prompting that)
or a yes
tool:
yes | yum update
(it will always enter "y")
Я запустил новый VPS с CentOS 5. В качестве первого шага хотел обновить все пакеты, поэтому я выполнил yum update
It showed the list of packages to be upgraded - 86 in total, 98 Mb download size.
Then when in prompts: Is this ok [y/N]:
I type y
, press Enter, and it gives this output:
Existing on user Command Complete!
Nothing updates - when I run yum update
repeatedly, same thing happens over and over.
I did all of:
yum clean all yum clean metadata yum clean dbcache
It seems to be a strange bug.
You can still update it using either -y
argument:
yum -y update
(it will stop prompting that)
or a yes
tool:
yes | yum update
(it will always enter "y")