Opened 4 years ago

Closed 4 years ago

Last modified 2 years ago

#2002 closed defect (fixed)

Documentation: NGINX Open Source Alpine installation documentation uses apt-get for Step 4 rather than apk

Reported by: Moro-Code@… Owned by: Yaroslav Zhuravlev
Priority: minor Milestone:
Component: documentation Version: 1.19.x
Keywords: Cc: Moro-Code@…
uname -a: N/A
nginx -V: N/A

Description

I was not sure where to report this. I spoke to members of the IRC chat that directed me to here. In [step 4](https://docs.nginx.com/nginx/admin-guide/installing-nginx/installing-nginx-open-source/#installing-a-prebuilt-alpine-linux-package-from-the-official-nginx-repository) of the installing pre-built binaries for NGINX Open Source, the commands given use apt. The package manager for alpine linux is apk and not apt. So these are incorrect commands and might confuse users into thinking they need to install the apt package manager for alpine.

Change History (2)

comment:1 by Maxim Dounin, 4 years ago

Owner: set to Yaroslav Zhuravlev
Status: newassigned

Thanks for catching this. Correct instruction can be found at the official nginx.org page here:

http://nginx.org/en/linux_packages.html#Alpine

Relevant instructions in the Admin's Guide seems to contain extra / unneeded "4. Install NGINX Open Source:" step with incorrect instructions, likely accidentally copied from other OS instructions. Yaroslav is going to fix this.

Note: See TracTickets for help on using tickets.