Closed vinlegend1 closed 3 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
libasound2
libasound2t64
I suggest having a separate installation instruction for Ubuntu 24.04 and below 24.04. Thank you.
Thanks for reporting this!
Hello, I tried installing dependencies on Ubuntu 24.04 WSL using (according to this page in the documentation)
and got an error:
It seems like in ubuntu 24.04,
libasound2
is renamed aslibasound2t64
according to this sourceI suggest having a separate installation instruction for Ubuntu 24.04 and below 24.04. Thank you.