-
Problem report
-
Resolution: Unresolved
-
Major
-
None
-
6.0.23
-
None
-
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
{}{}