Il y a des événements de maintenance planifiés pouvant avoir un impact sur nos services. En apprendre plus

Yum update errors - Invalid boolean Imprimer

  • 3

This is the error when doing yum update

---Options Error: Error parsing 'gpgcheck': invalid boolean value


Login as root
 grep gpgcheck /etc/yum.repos.d/*

That will spit out a list of files, after each file the gpgcheck result...

you should only have either:
gpgcheck=0
or
gpgcheck=1

Anything else is an invalid boolean value, if there is something other than 0 or 1 you can just fix it by hand with your favourite editor as root and save.

 


Cette réponse était-elle pertinente?

« Retour