Tiff2ps package installation

i am trying to install tiff2ps. tried dnf install libtiff
but this package does not contain ltiff2ps.
Alternatively i added dnf install http://repo.okay.com.mx/centos/8/x86_64/release/okay-release-1-5.el8.noarch.rpm
and installed dnf install libtiff-tools
which has the tiff2ps. so far fine.
but when i do dnf update
result:
Problem: package libtiff-tools-4.0.9-15.el8.x86_64 requires libtiff(x86-64) = 4.0.9-15.el8, but none of the providers can be installed

  • cannot install both libtiff-4.0.9-20.el8.x86_64 and libtiff-4.0.9-15.el8.x86_64
  • cannot install both libtiff-4.0.9-15.el8.x86_64 and libtiff-4.0.9-20.el8.x86_64
  • cannot install the best update candidate for package libtiff-tools-4.0.9-15.el8.x86_64
  • cannot install the best update candidate for package libtiff-4.0.9-15.el8.x86_64
    (try to add ‘–allowerasing’ to command line to replace conflicting packages or ‘–skip-broken’ to skip uninstallable packages or ‘–nobest’ to use not only best candidate packages)

so i have to edit the command dnf update --nobest
to keep the libtiff-tools package.
Is there any official way to install libtiff-tools on AlmaLinux ? because this is annoying and server monitoring also shows warning to update.