Skip to content

Undocumented DEB/APT dependency "software-properties-common"Β #8920

@nielsson4711

Description

@nielsson4711

πŸ“Œ Request Details

Required Information

Description

doing an offline installation on a debain arm system, the installation script "wazuh-install.sh" exited on a missing sw package dependency to "software-properties-common". This particular dependency seems to be undocumented.

Additional examples/references (screenshots, code samples, links)

πŸ›  Additional Details

As the issue might be related to the content of the installer script "wazuh-install.sh", I tried to trace it's source. It seems the scripts generation is determined by code from wazuh-packages and parameter values from elsewhere:

https://github.com/search?q=org%3Awazuh+wazuh-install.sh+repo%3Awazuh%2Fwazuh-packages&type=code

"my" installer script contains this configuration, defining the requirement for the package not documented:

readonly wazuh_apt_dependencies=( apt-transport-https libcap2-bin software-properties-common gnupg)

There are similar definitions from line 69 on within
https://github.com/wazuh/wazuh-installation-assistant/blob/main/install_functions/installVariables.sh


Due to limited time I can't investigate more for now.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions