-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Open
Description
The ubuntu install guide does not work. I am on ubuntu 25.10.
Guide: https://openresty.org/en/linux-packages.html#ubuntu
I ran the commands in the following order:
- sudo systemctl disable nginx
- sudo systemctl stop nginx
- sudo apt-get -y install --no-install-recommends wget gnupg ca-certificates lsb-release
- wget -O - https://openresty.org/package/pubkey.gpg | sudo gpg --dearmor -o /usr/share/keyrings/openresty.gpg
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/openresty.gpg] http://openresty.org/package/ubuntu $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/openresty.list > /dev/null
- sudo apt-get update
- sudo apt-get -y install openresty
and got the following error:
E: Unable to locate package openresty
Metadata
Metadata
Assignees
Labels
No labels