lua-nginx-module icon indicating copy to clipboard operation
lua-nginx-module copied to clipboard

Outdated ubuntu install guide

Open eirikhanasand opened this issue 2 months ago • 1 comments

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:

  1. sudo systemctl disable nginx
  2. sudo systemctl stop nginx
  3. sudo apt-get -y install --no-install-recommends wget gnupg ca-certificates lsb-release
  4. 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
  1. sudo apt-get update
  2. sudo apt-get -y install openresty

and got the following error:

E: Unable to locate package openresty

eirikhanasand avatar Nov 09 '25 02:11 eirikhanasand

Only ubuntu 18/20/22/24 are supported.

zhuizhuhaomeng avatar Nov 09 '25 06:11 zhuizhuhaomeng