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
- Understand ubuntu 24.04 when working with Linux Dependencies.
- Understand ubuntu 22.04 when working with Linux Dependencies.
- Understand older versions of ubuntu when working with Linux Dependencies.
- Understand debian when working with Linux Dependencies.
- 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.