repoman.paths#

System binary discovery and startup validation.

Resolves paths for pkexec, lsb_release, and optional companion tools (update-manager, software-properties-gtk) at import time via shutil.which, so tests can monkeypatch shutil.which before importing this module.

check_required_tools()[source]#

Return a list of missing required tools. An empty list means everything needed to run is present.

Return type:

list[str]

On this page