Function isLinuxProgramInstalled

  • LINUX ONLY: Returns whether a program is installed on the system. Always returns false of OS is not linux.

    Parameters

    • name: string

      The name of the program to check for.

    Returns Promise<boolean>

Generated using TypeDoc