kenhys commented on issue #11582: URL: https://github.com/apache/apisix/issues/11582#issuecomment-2354883548
Here is the workaround (maybe) 1. Switch `redhat` repository from `centos` ``` # cat /etc/yum.repos.d/apache-apisix.repo [release] name=Apache APISIX Repository for CentOS #baseurl=https://repos.apiseven.com/packages/centos/$releasever/$basearch baseurl=https://repos.apiseven.com/packages/redhat/$releasever/$basearch skip_if_unavailable=False gpgcheck=1 repo_gpgcheck=1 gpgkey=https://repos.apiseven.com/KEYS enabled=1 enabled_metadata=1 ``` 2. enable devel repolist ``` dnf install -y 'dnf-command(config-manager)' dnf config-manager --set-enabled devel ``` 3. install apisix via dnf install -y apisix. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
