How do I compile on Bazzite? (re: ld not found)
How can I compile applications on Bazzite?
It looks like a locked (?) filesystem and ld (linker) isn't present.
Solution:Jump to solution
there is also
ujust distrobox-assemble
which will give you a list of distrobox images to select from
although i will mention if you run into issues installing cmake-data
on a distro, make the distrobox without the --nvidia
flag...11 Replies
distrobox
Distrobox
thanks guys
Am I doing something wrong?
sofakng@bazzite:~$ distrobox create
Image registry.fedoraproject.org/fedora-toolbox:39 not found.
Do you want to pull the image now? [Y/n]: y
Trying to pull registry.fedoraproject.org/fedora-toolbox:39...
Error: initializing source docker://registry.fedoraproject.org/fedora-toolbox:39: pinging container registry registry.fedoraproject.org: received unexpected HTTP status: 504 Gateway Time-out
Looks like their server is down?
Can I use a different distro inside distrobox? (ie. Debian)
distrobox create --name fedora --image ghcr.io/ublue-os/fedora-distrobox:latest
You can use any distro
Check out box buddyhttps://distrobox.it/compatibility/#containers-distros
you can also check list of supported image here
ok, I might use Debian since i'm more familiar with it than Fedora/Red Hat
I wasn't sure if that was OK since the host is Fedora though.
the point of distrobox is that you can use whatever distro you want regardless of host
awesome, thanks
Solution
there is also
ujust distrobox-assemble
which will give you a list of distrobox images to select from
although i will mention if you run into issues installing cmake-data
on a distro, make the distrobox without the --nvidia
flag