Skip to content

Outdated ubuntu install guide #2467

@eirikhanasand

Description

@eirikhanasand

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions