Problem installing packages in AlmaLinux 9 via Ghettoforge repository (gf) (solved)

Hello community,

I’m using CyberPanel on a VPS running AlmaLinux 9. I’ve been having issues installing packages like SpamAssassin and rspamd. I’ve consistently received the error “Cannot install.[404]” and messages related to the repository “Ghettoforge packages that will not overwrite the core (gf).” After investigating, I discovered that the gf repository was causing these errors because it couldn’t download the repomd.xml file.

Workaround:
I disabled the gf repository using

Copy
sudo dnf config-manager --set-disabled gf
sudo dnf clear all
sudo dnf makecache
After this, I was able to install packages without issue.

Has anyone else experienced this issue? Is it safe to keep gf disabled in CyberPanel on AlmaLinux 9? Are there any essential CyberPanel packages that depend on this repository?

Thanks for any guidance!