Opened 4 years ago
Closed 4 years ago
#2303 closed defect (fixed)
Installation instructions for Ubuntu refer to non-existent package
| Reported by: | Owned by: | thresh | |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | documentation | Version: | 1.19.x |
| Keywords: | Cc: | ||
| uname -a: | Linux d0903c8235c5 4.19.76-linuxkit #1 SMP Thu Oct 17 19:31:58 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux | ||
| nginx -V: | n/a | ||
Description
The package ubuntu-archive-keyring does not exist.
# apt install curl gnupg2 ca-certificates lsb-release ubuntu-archive-keyring Reading package lists... Done Building dependency tree Reading state information... Done Package ubuntu-archive-keyring is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package 'ubuntu-archive-keyring' has no installation candidate
Tested on Docker image ubuntu:focal.
Change History (4)
comment:1 by , 4 years ago
| Owner: | set to |
|---|---|
| Status: | new → assigned |
comment:2 by , 4 years ago
Ah, it looks like for Ubuntu we've been using ubuntu-keyring package instead - and that's documented on https://nginx.org/en/linux_packages.html#Ubuntu exactly like that.
I've now looked at the Russian version of documentation and it has this exact error there which I will fix.
Is there any other place that I missed that has this wrong bit?
Thanks!
comment:3 by , 4 years ago
I came across this issue from Russian version, indeed the English version is fine.
comment:4 by , 4 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Right - it's now fixed in https://hg.nginx.org/nginx.org/rev/84bb5b932175 and on https://nginx.org/ru/linux_packages.html#Ubuntu

Hello!
Interesting, it definitely used to be there. I'll explore our options, thanks!