Skip to content
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

[Error] Ubuntu 24.04 image tries to install libgl1-mesa / libgl1-mesa-glx #1410

Closed
nikspyratos opened this issue May 24, 2024 · 4 comments
Closed
Labels
bug Something isn't working

Comments

@nikspyratos
Copy link

First time using Distrobox, very useful so far!

  • Podman v4.5.1
  • Host: SteamOS latest
  • Distrobox: 1.7.2.1
  • Installed via site instructions for SteamOS

When trying to spin up with Ubuntu 24, the setup tries to install the mentioned packages, but they don't seem to be in the repos for the latest Ubuntu anymore.

I see there was #788 made to fix #763 in a similar vein, but it seems that's not quite enough in this case.

@nikspyratos nikspyratos added the bug Something isn't working label May 24, 2024
@xu-shawn
Copy link

Can confirm this issue

@autodeck
Copy link

autodeck commented May 26, 2024

Ubuntu 24.04 creates fine for me

Host OS - Debian 12 (Chrome OS)
Distrobox - 1.7.2.1

$ distrobox create --name ubuntu-1 --init --additional-packages "systemd" --image docker.io/library/ubuntu:24.04
$ distrobox enter ubuntu-1
$ cat /etc/os-release | grep 24
PRETTY_NAME="Ubuntu 24.04 LTS"
VERSION_ID="24.04"
VERSION="24.04 LTS (Noble Numbat)"

@nikspyratos
Copy link
Author

nikspyratos commented May 28, 2024

Ubuntu 24.04 creates fine for me

$ distrobox create --name ubuntu-1 --init --additional-packages "systemd" --image docker.io/library/ubuntu:24.04

Hmm, might be the image you're using more explicitly. I just took the command from the Quick Start docs and changed the number:

distrobox create -i ubuntu:24.04

@89luca89
Copy link
Owner

This has been fixed in PR 618bf90

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants