-
Type:
Problem report
-
Resolution: Unresolved
-
Priority:
Major
-
None
-
Affects Version/s: 6.0.23
-
Component/s: Packages (C)
-
None
-
Environment:Debian 12 Bookworm
Steps to reproduce:
- Navigate to https://www.zabbix.com/download
- Select Zabbix packages, 6.0, Debian, 12 (Bookworm), Server, Frontend, Agent, PosgreSQL, Nginx
- Try to run command from step b
Result:
Command will install Apache and Nginx web servers, with Apache's daemon set tot be enabled
Expected:
Command will install only Nginx web server
Resolution:
Add parameter `--no-install-recommends` to command, which will omit installation of apache package
{}{}