HashidaTKS opened a new issue, #11582: URL: https://github.com/apache/apisix/issues/11582
### Description I tried to install APISIX 3.10.0 to Rocky Linux 8.10 via the package manager, but the latest version is 3.9.1. How could we install APISIX 3.10.0 to Rocky Linux 8.10 via the package manager? The command line to install is as follows. ```bash $ sudo dnf install -y https://repos.apiseven.com/packages/centos/apache-apisix-repo-1.0-1.noarch.rpm $ sudo dnf update -y $ sudo dnf install apisix-3.10.0 Last metadata expiration check: 0:00:25 ago on Tue Sep 17 08:04:45 2024. No match for argument: apisix-3.10.0 Error: Unable to find a match: apisix-3.10.0 $ dnf list apisix Last metadata expiration check: 0:01:48 ago on Tue Sep 17 08:04:45 2024. Available Packages apisix.x86_64 3.9.1-0.el8 release ``` ### Environment - APISIX version (run `apisix version`): 3.10.0 - Operating system (run `uname -a`): Rocky Linux release 8.10 (Green Obsidian) - OpenResty / Nginx version (run `openresty -V` or `nginx -V`): - etcd version, if relevant (run `curl http://127.0.0.1:9090/v1/server_info`): - APISIX Dashboard version, if relevant: - Plugin runner version, for issues related to plugin runners: - LuaRocks version, for installation issues (run `luarocks --version`): -- 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]
