Search code examples
linuxrepositoryredhatyum

Yum update producing error on a package - so no packages update


I've run a yum update and am getting the below errors:

Downloading packages:
scx-1.6.4-7.universal.x64.rpm  FAILED
https://packages.microsoft.com/rhel/7/prod/scx-1.6.4-7.universal.x64.rpm: [Errno -1] Package does not match intended download. Suggestion: run yum --enablerepo=packages-microsoft-com-prod clean metadata
Trying other mirror.


Error downloading packages:
  scx-1.6.4-7.x86_64: [Errno 256] No more mirrors to try.

Running the suggested command did not work

Due to this it seems none of the other packages update - Is there a way to exclude this and update the others or resolve the errors?


Solution

  • yum update --exclude=scx excluded the package. But that surly doesn't solve the probem with that package itself.