None of the arch distroboxes are usable in Bazzite

I just got bazzite on a fresh install. Im trying to create an arch dev distrobox but when i go to terminal and trying to pacman-key or pacman -Syyu or anything related with pacman im getting this error: pacman: /usr/lib/libssl.so.3: version OPENSSL_3.3.0' not found (required by /usr/lib/libcurl.so.4).

Also, on startup the distrobox has these errors: bash: host-spawn: command not found bash: host-spawn: command not found bash: host-spawn: command not found

I’ve tried bazzite-arch, arch:latest. What am i doing wrong?

arch-toolbox image from boxbuddy finally worked.

BoxBuddy is simply a GUI on top of Distrobox, so it probably is something else

I had this same problem and solved it by manually downloading the static pacman binary and running a system upgrade with it.

  1. Download binary from: https://pkgbuild.com/~morganamilo/pacman-static/x86_64/bin/

  2. In the same directory as the binary, run sudo ./pacman-static -Syu. You may have to make it executable first with chmod +x pacman-static

Hope that helps!