openresty / openresty/lua-nginx-module
Outdated ubuntu install guide
Open
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:
- 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
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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