openresty / openresty/lua-nginx-module

Outdated ubuntu install guide

Open
#2,467 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C
Stars
11.8k
Forks
2.1k
Avg merge
6h 1m
Merged PRs (30d)
6

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:

  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

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Read the linked Ubuntu package guide and reproduce the listed commands on Ubuntu 25.10, checking the apt repository response after step 6. Done means the Ubuntu instructions either install openresty successfully or clearly document the supported Ubuntu versions and limitation.

Written by the indexing model from the issue text.

Assessment

Tech stack
nginx, ubuntu
Domain
documentation
Issue type
Documentation
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.