I am trying to add the kernel-edge repo to my device by running the command sudo dnf copr enable @asahi/kernel-edge
, however I am getting an error that Repository 'epel-38-aarch64' does not exist in project '@asahi/kernel-edge'.
. I am unsure why dnf is reading my architecture as “epel-38-aarch64” and not “fedora-38-aarch64”, which is listed as an available repository. I have no idea why this is the case for my device, as I don’t even have ‘epel-release’ installed and I don’t see anything related to “epel” anywhere on my list of repos. Is there anyway that I can fix this? Thank you!
Note: This is not just a problem with “@asahi/kernel-edge” but occurs with any COPR repo.