LINUX.ORG.RU
ФорумAdmin

Не могу установить nginx 1.22.1 из репозитория Oracle Linux

 ,


0

1

Привет. У меня ОС Oracle Linux 8.8 Нужно установить nginx-1.22.1 из официального репозитория Oracle Linux:

https://yum.oracle.com/repo/OracleLinux/OL8/appstream/x86_64/index.html

Версия nginx-1.22.1 в этой репозитории имеется, но когда я выполняю установку, пакетный менеджер предлагает только версию nginx-1.14.1:

yum install nginx
nginx     x86_64     1:1.14.1-9.0.1.module+el8.0.0+5347+9282027e

Подскажите, почему так происходит? И как можно установить nginx-1.22.1 из репозитория OL8?

Ответ на: комментарий от Kolins

Через браузер если открывать, то там есть не только nginx-1.22.1, но и 1.20.1, 1.20.0 и т.д. А устанвливается только 1.14.1

yum --showduplicates list nginx
Last metadata expiration check: 1:14:02 ago on Tue 01 Aug 2023 01:01:09 PM EDT.
Installed Packages
nginx.x86_64                                                    1:1.14.1-9.0.1.module+el8.0.0+5347+9282027e                                                     @ol8_appstream
Available Packages
nginx.x86_64                                                    1:1.14.1-8.0.1.module+el8+5196+7b096858                                                         ol8_appstream
nginx.x86_64                                                    1:1.14.1-9.0.1.module+el8.0.0+5347+9282027e                                                     ol8_appstream
Nkerane
() автор топика
Ответ на: комментарий от i586

Так тоже не срабатывает (

# dnf module enable nginx:1.22
Last metadata expiration check: 1:15:00 ago on Tue 01 Aug 2023 01:01:09 PM EDT.
Dependencies resolved.
The operation would result in switching of module 'nginx' stream '1.14' to stream '1.22'
Error: It is not possible to switch enabled streams of a module unless explicitly enabled via configuration option module_stream_switch.
It is recommended to rather remove all installed content from the module, and reset the module using 'dnf module reset <module_name>' command. After you reset the module, you can install the other stream.
Nkerane
() автор топика