Capítulo 955 de 988

Chapter 955: Linux Dependencies

Core Idea

If you are on Linux, Chrome Headless Shell requires some shared libraries to be installed.

Key Concepts

  • Ubuntu 24.04
  • Ubuntu 22.04
  • Older versions of Ubuntu
  • Debian
  • Amazon Linux 2023
  • Alpine Linux
  • nixOS

Code Examples

apt install -y \
  libnss3 \
  libdbus-1-3 \
  libatk1.0-0 \
  libasound2t64 \
  libxrandr2 \
  libxkbcommon-dev \
  libxfixes3 \
  libxcomposite1 \
  libxdamage1 \
  libgbm-dev \
  libcups2 \
  libcairo2 \
  libpango-1.0-0 \
  libatk-bridge2.0-0
  • What it demonstrates: Usage pattern for Linux Dependencies from the official docs.

Key Takeaways

  1. Understand ubuntu 24.04 when working with Linux Dependencies.
  2. Understand ubuntu 22.04 when working with Linux Dependencies.
  3. Understand older versions of ubuntu when working with Linux Dependencies.
  4. Understand debian when working with Linux Dependencies.
  5. Understand amazon linux 2023 when working with Linux Dependencies.

Connects To

  • 4 0 Alpha: related page in the Miscellaneous (Core) section.
  • ai: related page in the Miscellaneous (Core) section.
  • Animated Emoji: related page in the Miscellaneous (Core) section.