Install debmirror almalinux 9

I have a distro ftp server running in my company, in which I have proxmox, almalinux, deepin, debian and ubunto repos, and I need to create local debian-ubuntu mirrors, in almalinux 8 there is a debmirror repo but in almalinux 9 there is still there is no published said rpm. Any help on this.

that’s an EPEL package and not yet available there, so they are the folks to ask:

https://docs.fedoraproject.org/en-US/epel/epel-package-request/

example request for EL8:

https://bugzilla.redhat.com/show_bug.cgi?id=1758070

seems this was an easy one - you can just rebuild the fedora38 srpm:

sudo dnf install -y perl

curl -O https://kojipkgs.fedoraproject.org//packages/debmirror/2.37/1.fc38/src/debmirror-2.37-1.fc38.src.rpm

rpmbuild --rebuild debmirror-2.37-1.fc38.src.rpm

EPEL 8 srpm is here too: Overview - rpms/debmirror - src.fedoraproject.org