remotion-dev / remotion

🎥 Make videos programmatically with React
https://remotion.dev
Other
20.83k stars 1.05k forks source link

Ubuntu 24.04 Dependency libasound2 Change #4508

Closed vinlegend1 closed 3 days ago

vinlegend1 commented 5 days ago

Hello, I tried installing dependencies on Ubuntu 24.04 WSL using (according to this page in the documentation)

RUN apt install -y \
  libnss3 \
  libdbus-1-3 \
  libatk1.0-0 \
  libasound2 \
  libxrandr2 \
  libxkbcommon-dev \
  libxfixes3 \
  libxcomposite1 \
  libxdamage1 \
  libgbm-dev \
  libatk-bridge2.0-0

and got an error:

E: Package 'libasound2' has no installation candidate

It seems like in ubuntu 24.04, libasound2 is renamed as libasound2t64 according to this source

I suggest having a separate installation instruction for Ubuntu 24.04 and below 24.04. Thank you.

JonnyBurger commented 3 days ago

Thanks for reporting this!