-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Package 'libasound2' has no installation candidate on Ubuntu 24.04 #5816
Labels
Comments
3 tasks
JKatzwinkel
added a commit
to JKatzwinkel/tla-web
that referenced
this issue
Jan 10, 2025
JKatzwinkel
added a commit
to JKatzwinkel/tla-web
that referenced
this issue
Jan 12, 2025
*Bump gradle from 8.10.1-jdk21 to 8.12.0-jdk21 Bumps gradle from 8.10.1-jdk21 to 8.12.0-jdk21. --- updated-dependencies: - dependency-name: gradle dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> *
bump gradle wrapper from 8.10.2 to 8.12 * ci: port cypress dependencies to ubuntu 24.04 cypress-io/cypress-documentation#5816 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: JKatzwinkel <[email protected]>
13 tasks
This was referenced Jan 16, 2025
Open
FabienArcellier
added a commit
to FabienArcellier/writer-framework
that referenced
this issue
Jan 17, 2025
* use ubuntu 22 for cypress : cypress-io/cypress-documentation#5816
This was referenced Jan 17, 2025
i am using heroku and on migarting heroku to heroku-24 i am getting the same!! |
for heroku To fix the issue, update your Aptfile to replace libasound2 and libasound2-dev with libasound2t64 |
lewisarmistead
added a commit
to lewisarmistead/Orange-Button-Taxonomy
that referenced
this issue
Jan 30, 2025
cwhanse
pushed a commit
to Open-Orange-Button/Orange-Button-Taxonomy
that referenced
this issue
Jan 31, 2025
* use maintained version of validator GH action * workaround: add manual package install/update step * add back in '-dev' for unresolved package names * attempt fix `Package 'libasound2' has no installation candidate` cypress-io/cypress-documentation#5816
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Subject
Getting Started > Installing Cypress > Linux Prerequisites > Ubuntu/Debian
Description
Issue
Following the instructions Getting Started > Installing Cypress > Linux Prerequisites > Ubuntu/Debian on Ubuntu
24.04
(Noble Numbat) LTS for package installation:results in the error:
Steps to reproduce
Clean install Ubuntu 24.04 using a Desktop image and complete setup.
Open a terminal window and execute:
Logs
Background
According to the Ubuntu 24.04 release notes in the section Year 2038 support for the armhf architecture
Ubuntu package references show the following
Suggestion
For Ubuntu
24.04
make the following changes24.04
24.04
alsa-lib
libasound2
libasound2t64
gtk+2.0
libgtk2.0-0
libgtk2.0-0t64
gtk+3.0
libgtk-3-0
libgtk-3-0t64
The command for Ubuntu
24.04
and above, listed on Getting Started > Installing Cypress > Linux Prerequisites > Ubuntu/Debian, would then be:References
The text was updated successfully, but these errors were encountered: