MCPcopy Create free account
hub / github.com/heygen-com/hyperframes / chromeDepsInstallCommand

Function chromeDepsInstallCommand

packages/cli/src/browser/linuxDeps.ts:187–192  ·  view source on GitHub ↗
(family: LinuxDistroFamily)

Source from the content-addressed store, hash-verified

185 * distro family, or a generic pointer for unknown families.
186 */
187export function chromeDepsInstallCommand(family: LinuxDistroFamily): string {
188 if (family === "unknown") {
189 return "Install the Chrome headless dependencies for your distro (nss, atk, at-spi2, cups, libdrm, libxkbcommon, gbm, pango, cairo, alsa), then re-run.";
190 }
191 return `${INSTALL_PREFIX[family]} ${DISTRO_PACKAGES[family].join(" ")}`;
192}
193
194/**
195 * Per-distro ffmpeg install command (ffprobe ships in the same `ffmpeg` package

Callers 3

linuxDeps.test.tsFile · 0.85
chromeSharedLibOutcomeFunction · 0.85
chromeLaunchRemediationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected