Skip to main content

Module detect

Module detect 

Source
Expand description

Auto-detection of available package managers.

Functionsยง

detect_all
Return every package manager whose binary is on PATH, ordered by platform preference.
pick_by_name
Return the manager with the given name regardless of availability.
pick_default
Return the first available manager for the current platform.