Yellow dog Updater, Modified

short yum - is a package manager for linux (centos, redhat)



commands



SHA1 not supported

warning: Signature not supported. Hash algorithm SHA1 not available.

RedHat has disable SHA1 support for signing rpms, so if you want to install do the following before (and dont forget after):

  1. update-crypto-policies --set DEFAULT:SHA1
  2. dnf install oldapp.rpm
  3. update-crypto-policies --set DEFAULT

Info: https://www.redhat.com/en/blog/rhel-security-sha-1-package-signatures-distrusted-rhel-9



Authors:
  • Jochen Schnuerle